- Name 1 block element.
- Name 1 inline element.
- What is the difference between an inline element and a block element?
- What is the difference between an ID and a CLASS? When is it appropriate to use each?
- Describe and/or write the code for an inline style.
- Describe and/or write the code to link an external stylesheet.
- Describe and/or write the code for an embedded style.
- What is a contextual selector?
- What is a class selector?
- What is a child selector?
- What is a sibling selector?
- Describe 1 technique to center a layout in a browser.
- Describe the differences between a fixed and liquid layout.
- Describe a technique to position 2 columns so they sit next to each other.
- Write the css code that will force a block element (e.g., div) to fall below a series of floated block elements?
- What is the most important tag on a page for search engine optimization?
- Describe why duplicate content is a concern for search engine spiders?
- Describe one strategy to resolve a duplicate content issue.
- Describe when it best to use the “font-weight:bold” style, when it is best to use an <h2> tag, and when it is best to use the <strong> tag.
- Write the css and html for a 3-column fixed layout. You must specify a header, footer, main content, secondary content, sidebar.
- Write the css and html for a 2-column liquid layout. You must specify a header, footer, main content, sidebar.