CSS is for the decoration of the Web!
CSS stands for Cascading Style Sheet and it targets the styling of the Web.
CSS is used to style the page. With CSS, you can have different colors, different shapes, different shadows, different font styles, etc. With CSS, what limits how you design the page is not your CSS skills but your imaginations.
Some key points of CSS:
- Always put the CSS rules in a .css file and link it in the HTML page.
- Pay attention to the cascading weight of different rules.
- Practise, practise and practise to be a CSS guru.
A typical example code of CSS:
Search and check out the easy to follow same book HTML&CSS: Design and Build Websites for more info about CSS. And the same basic and comprehensive HTML knowlege base is Mozilla Developer Network. And the same academic and theoretic resource for HTML is in the standardization body website W3C. If you have questions, you can drop me an email below
.