CAOT 112 - Jim Pickrell - HTML Quiz

Name:

Date:

Score - Section 1 Section 2 Extra credit Grading Total

Graded by:

Section 1

Each of the following questions is worth two points.

Using a pen, fill in the chart showing the correct HTML command for each item. If there is no "end" item say "none". If angle brackets are requred, include them. To get full credit your html commands must work when typed into the computer, if they work they're right and if they don't work they're wrong. Pencil answers not accepted.

Grading itself is worth 20 points so be sure to participate in the grading process. Check for right, X for wrong. Mistakes in grading cost 5 points each.

What is the HTML for... Start Tag End Tag
Paragraph    
Break    
Font    
Link    
Set font to red    
Unordered List    
Ordered List    
Unordered List    
List Item    
Link to http://www.google.com    
Link to the file "home.html" in the main folder of your site    
Big headline    
Not as big headline    
Insert an image named "penguin.jpg"    
Insert an image named "penguin.jpg" with width=200    
Start a table    
Start a row    
Start a cell    
Start a cell with width=200    
Insert an image located at http://www.brandx.net/penguin.jpg    
Start a double cell (a cell that spans two columns)    

Section 2

Questions: 5 points each

  1. What is the address of the web page listing information about this class? Hint: brandx. We need the full address.


  2. What is the email address of the (acting) instructor for this class?


  3. When you upload your class files, what is the server you use? Need an exact URL, not just the name.


  4. When you upload your class files, what is the username you use?


  5. When you upload your class files, what is the password you use?

Extra credit - 20 points

Build a simple web page. Print it and hand it in with the quiz. Staple. The web page will have a table layout with three rows. Sizes of each cell are in the following diagram. Be sure to set the border for the layout to 1, so we can see that you sized the different cells correctly.

Logo 100x100 Header 800x100
Content Area 900x500
footer 1 100x200 footer 2 700x200 footer 3 100x200

For the logo cell, insert any image you like. (5 points)

For the header, put "Quiz Extra Credit" (2 points)

In the content area, fill it up with anything you like, but don't leave it blank. (2 points)

In footer 1, put some red text that says "CAOT 112". (2 points)

In footer 2, put your name. (7 points)

In footer 3, put some blue text that says today's date. (2 points)