|
Sections: Introduction | Section 1 | Section 2 | Section 3 |
Section One: Part A | Part B | Part C | Part D | Part E | Part F | Part G |
Type Selectors in Action Let's See it in Action: Type SelectorsClosely review the highlighted code listed in the image above. Below is a breakdown of the code.
Let's See it in Action: Multiple Type SelectorsIn the example image above, there is just one style rule listed between the <style></style> tags. You can add as many rules as necessary to create the page formatting you desire so long as the rules are formatted correctly and are placed within the <style></style> tags. In the example image below, notice the style rule that has been added to modify all <h1> headings in the HTML document. Stop and ThinkReview the code in the example image above. What type of formatting changes are being made to <h1> headings due to the newly added h1 Type Selector rule? What would <h1> headings in this document look like? |
© 2008 KCDL. All rights reserved. |