Study Guide Spring 2018
HTML Chapters 5, 6, & 7; and
some remaining topics from Chapter 4

Chapters covered:

Chapters 5, 6, 7 are covered on the test.
Also, from Chapter 4, whatever we covered since last test

Study the following Test #2:

A few examples of essay and coding questions are:

  1. How are thumbnail images configured?
  2. What is the difference between absolute and relative linking?
  3. Briefly describe two of the CSS debugging techniques mentioned in Chapter 6.
  4. Explain the difference between a CSS class and an id.
  5. Provide a definition OR give code example of ARIA.
  6. What is the function of the CSS clear property?
  7. What are fragment IDs and how are they configured?
  8. What is the difference between block and inline elements?
  9. Write the CSS code for a column with the following specifications
    - the id is called column2
    - the column is designed to float to the left of the browser window
    - the width is 400 pixels
    - It has a solid purple border at the right that is 3 pixels thick
  10. Write the CSS code to do the following to the anchors of an class called submenu:
    - remove the underlines
    - change the font color to #006400

A few examples of Multiple Choice questions are: