2/2/06 Notes

To Notes

Summary for HCI 201 -- 2/2/06

 

Review Questions

  1. What are the HTML tags for the following?
    layer   table   table row   table cell
    Ans: <div>   <table>   <tr>   <td>

  2. What is a websafe color?
    Ans: A color for which each color component is a multiple of 33 hex, e.g., 00, 33, 66, 99, CC or FF.

  3. Which of the following are websafe colors?
    #606000 (no)   #FFFFFF (yes)   #66CC33 (yes)   #CC4400 (no)   #CCFFFF (yes)   #066330 (no)

  4. Create pastel versions of magenta, green and aqua.
    Ans: #FFE0FF, #E0FFE0, #E0FFFF. Here are websafe versions of these colors: #FFCCFF, #CCFFCC, #CCFFFF.

  5. What is pastel black?
    Ans: Grey, something like #E0E0E0 or #CCCCCC.

  6. What are the steps for updating the Table of Contents (Ex5) for Ex6. Ans:
    1. Download the Ex5 contents.htm file using SSH.
    2. Open contents.htm with FrontPage.
    3. Go to the Code View to edit the HTML code.
    4. Change the href attribute of the link to collage.htm page. Here are three possibilities for the new address tag:
      <a href="collage.htm">
      <a href="ex6smith/collage.htm">
      <a href="../ex6smith/collage.htm">

    5. Save contents.htm in FrontPage.
    6. Upload contents.htm to (replace the old contents.htm) the students server with SSH.

 

More about Hyperlinks

 

The Color Wheel

 

Fonts

 

Drawing Diagrams in MS Word