1. What are the four different types of links. Write the definition for each style link
- * a:link - a normal, unvisited link
* a:visited - a link the user has visited
* a:hover - a link when the user mouses over it
* a:active - a link the moment it is clicked
2.What are some examples of Text Decoration and Background Color Links
- a:link {text-decoration:none}
a:visited {text-decoration:none}
a:hover {text-decoration:underline}
a:active {text-decoration:underline}
3. After answering the questions, click on the try it yourself button and see how it works.
-
Monday, November 30, 2009
Tuesday, November 24, 2009
Monday, November 23, 2009
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.
- 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.
Tuesday, November 17, 2009
Monday, November 16, 2009
Part of the following sentence is underlined; beneath the sentence are five ways of phrasing the underlined material. Select the option that produces the best sentence. If you think the original phrasing produces a better sentence than any of the alternatives, select choice A.
Althea Gibson, the first African American tennis player to be recognized as a world champion, beginning to play amateur tennis in the 1940s.
1. beginning to play
2. began playing: correct answer
3. and she began playing
4. she began to play
5. she had begun playing
Althea Gibson, the first African American tennis player to be recognized as a world champion, beginning to play amateur tennis in the 1940s.
1. beginning to play
2. began playing: correct answer
3. and she began playing
4. she began to play
5. she had begun playing
Subscribe to:
Comments (Atom)