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

Chapters covered:

Chapters 5, 6, 7 & 10 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 an image map?
  3. Briefly describe two of the CSS debugging techniques mentioned in Chapter 6.
  4. Describe the four principles of visual design.
  5. Describe the four principles of accessibility,
  6. Explain the difference between a CSS class and an id.
  7. Provide a definition OR give code example of ARIA.
  8. What is the function of the CSS clear property?
  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: