To Lecture Notes

IT 130 -- 2/3/09

 

Review Questions

  1. What colors do these RGB codes represent?
     
    Ans: Lime, Green, Yellow, Maroon, Orange, Pastel Blue

  2.  
  3. What colors are these RGB codes closest to?
     

    Ans: silver, red, green, pastel blue.
     
  4. What is wrong with this style?

    Ans: There is a space between rgb and (128. It is probably also the same color as a visited link. Such links will then be invisible after it is visited.
     
  5. Write a link that uses the style page styles.css. Ans:
     

     
  6. If contradicting styles are found in an external style and in a document-level style on the same page, which one takes effect?
     
    Ans: The one that is positioned last.
     
  7. What is a dynamic web page?
     
    Ans: A page that can change its content based on input from the viewer or other information.
     
  8. What is an information architecture?
     
    Ans: A graphical description of the webpages in the site and the ability of the viewer to navigate from one page to another using links on those pages.

 

Forms and Controls in HTML

 

The Dot ( . ) Operator

 

Creating a Form

 

Creating Controls

 

Using Event Handler Functions

 

Project 4