Tests -> Quiz 2 Preparation Guide
Date: Monday, April 7, 2008
For the quiz 2, you need to read understand the basic syntax and usage of following XHTML tags and CSS properties.
XHTML tags:
- <blockquote>
- <address>
- <q>
- <section>
- <abbr>
- <acronym>
- <map>, <area>
- <base>
- <bdo>
- <button>
- <em> <strong> <dfn> <code> <samp> <kbd> <var> <cite> <sub> <sup> tags
- <form>, <input>, <textarea>, <select>, <label>
- <fieldset>, <legend>
- <iframe>
- <link>
- <object>, <param>
You can read about them on W3 Schools Web site. Click here to visit the page.
CSS Properties, Pseudo-classes, Pseudo-elements, ...
- Properties
- white-space
- font-variant
- text-decoration
- cursor
- visibility
- content, counter-increment, quotes
- outline
- Pseudo-classes
- :link
- :hover
- :visited
- :active
- :focus
- Pseudo-elements
- :first-letter
- :first-line
- :before
- :after
- Others
- !important rule (read page 95 of CSS Standard Specification 2)
You can read about the CSS properties and elements on W3 Schools Web site. Click here to read their CSS2 Reference.
