Monday, November 23, 2009

11/23/09

1. WHAT DOES CSS STAND FOR?
A: Cascading Style Sheets

2. WHAT IS CSS?
A:
Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (that is, the look and formatting) of a document written in a markup language.

3. WHY WAS CSS (STYLES) CREATED/ WHAT PROBLEM DOES IT SOLVE?
A: When tags like , and color attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. Development of large web sites, where fonts and color information were added to every single page, became a long and expensive process.

4. WHO CREATED CSS?
A: The World Wide Web Consortium (W3C)

5. WHAT DOES CSS ENABLE YOU TO DO?
A: External style sheets enable 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?
A: two main parts: selector ('H1') and declaration ('color: blue').

7. DESCRIBE EACH PART OF A CSS
A:

8. A: CSS DECLARATION ALWAYS ENDS WITH A SEMICOLON, AND DECLARATION GROUPS ARE SURROUNDED BY CURLY BRACKETS

No comments:

Post a Comment