--- title: CSS slug: Learn/CSS tags: - Beginner - CSS - CodingScripting - NeedsContent - NeedsTranslation - TopicStub translation_of: Learn/CSS ---
Whereas {{glossary("HTML")}} only specifies content structure, another major Web technology called {{Glossary('CSS')}} specifies how the content should look.
CSS stands for Cascading style sheet. You can write CSS code inside {{HTMLElement("style")}} tags, but you normally write separate .css
files so you can reuse styling information. CSS uses selectors to apply styles to HTML elements. We suggest you start with the following pages to pick up some skills and learn how to use CSS properly. Pick a page that looks interesting to you. If you don't know where to start, move from the first basic skill to the last advanced skill.
Start here if you aren't familiar with CSS:
Once you get used to working with CSS, here are some details to explore: