2/7/06 Notes

To Notes

Summary for HCI 201 -- 2/7/06

 

Take Quiz3

 

Review Questions

  1. What is the family of each of these fonts?

    1. Sans Serif:   Rumplestiltskin

    2. Old Style:   Rumplestiltskin

    3. Decorative:   Rumplestiltskin

    4. Slab Serif:   Rumplestiltskin

    5. Script:   Rumplestiltskin

    6. Modern:   Rumplestiltskin

  2. What are the distinguishing characteristics of each of these font families?
    Old Style  Slab Serif  Modern  Sans Serif  Script  Decorative

    Ans:

    1. Old Style: Some of the letters (e.g., h, l and k) have diagonal serifs.
    2. Slab Serif: Serifs are horizontal, and the thickness of the serifs are equal to or greater than the thickness of the main strokes.
    3. Modern: Serifs are horizontal, but the thickness of the serifs is narrower than the thickness of the main strokes.
    4. Script: The letters look like they were drawn with a calligraphy pen.
    5. Decorative: The shape of the letters is artistic and/or unusual.
       
  3. Which of these font families makes printed text easiest to read?

    Ans: Old Style or Modern.
     

  4. Which of these font families makes printed in a browser to read.

    Ans: Sans Serif
     

  5. True or False. Never use more than one font on a page.

    Ans: False. Two fonts can and should be used on a page if there is good contrast between them. Three different fonts should only be used with a good reason.

  6. True of False. The more script and decorative fonts that you can use in your websites the better.
    Ans: False. Do not overuse script and decorative fonts. Use them only in special situations.

  7. Try creating the following table by typing the HTML code in directly:

    abc def
    ghi jkl
    Ans:

    <table>
    <tr> <td>abc</td> <td>def</td> </tr>
    <tr> <td>ghi</td> <td>jkl</td> </tr>
    </table>
    
    
 

Some Special Symbols

 

Introduction to CSS Styles

 

Work on Projects

  1. Work on your HobbyWebsitePlan or your HobbyWebsite if you have finished the plan.