MIS/CIT 310: Quiz #2 - Study Guide

The quiz will be Thursday, March 28, during our normal class time.
It will be a combination short answers (with some code expected).
It will only cover those tags and styles that have been common in all projects and in class assigments/practices to date.

Chapter 5 - Borders, Margins, Padding

  1. What are the three properties that should be set when creating a full border
  2. How do I build just a border under my segment of the page
  3. What is the difference between padding and margins in terms of placement around a segment of a page
  4. How much space does a block that has a border, margin, and padding actually take on a web page

Chapter 6 - Page Layout

  1. What is the property to align an image to the right and have the text 'surround it'
  2. How do you clear any alignment (floating) of objects

Chapter 7 - Lists and Links

  1. What are the two primary list commands, and how are they different
  2. How would you open a new tab in a browser with an A HREF command?
  3. If one desired to send an email via an A HREF command?

Chapter 11 - Images

  1. What are the basic file types used on web pages?
  2. When are each of the above best to use on a web page?
  3. Why don't you desire to do a 'resize' on the web page with an image?
  4. What is a favicon?

Chapter 12 - Tables

  1. Basic Table Commands:  table, tr, td, th
  2. Command to merge two or more columns
  3. How to center a table in the middle of the page

Chapter 13 - Forms

  1. Basic form items we used, be able to discuss what a text box, radio button, select drop down and submit buttons do
  2. Common properties - required, autofocus, text

Chapter 15 - Print Styles

  1. What are the common items on a web page one would 'adjust' when making a print style page
  2. How does the browser know that this style sheet should be used for the printer?