Introduction to CSS
CSS
- means Cascading Style Sheets
- CSS describes the visual style and presentation of the content written in HTML.
- CSS consists of many properties that developers use to format the content: properties about font, text, spacing, layout, etc.
- There will be many different CSS rules, one after another, where we select all the elements we want, and tell the program how we want to style them.
This entry was posted in
Web Developer Course and tagged
css,
section 3. Bookmark the
permalink.