1. WHAT DOES CSS STAND FOR?
- CSS stands for Cascading Style Sheets
2. WHAT IS CSS?
- Styles define how to display HTML elements
3. WHY WAS CSS (STYLES) CREATED/ WHAT PROBLEM DOES IT SOLVE?
- It was created to stop fonts and color information being added to every single page, and being a long and expensive process. It allowed all formatting could be removed from the HTML document, and stored in a separate CSS file.
4. WHO CREATED CSS?
- World Wide Web Consortium (W3C) created CSS.
5. WHAT DOES CSS ENABLE YOU TO DO?
- It enables you to change the appearance and layout of all the pages in a Web site, just by editing one single file!
6. WHAT ARE THE TWO MAIN PARTS OF A CSS
- The two main parts are a selector, and one or more declarations.
7. DESCRIBE EACH PART OF A CSS
- A selector is normally the HTML element you want to style.
A declaration consists of a property and a value
8. CSS DECLARATION ALWAYS ENDS WITH A semicolon, AND DECLARATION GROUPS ARE SURROUNDED BY brackets.
No comments:
Post a Comment