CS 13
Final Examination

    INSTRUCTIONS:

  1. Create a web page named XYZfinal.html (where XYZ are your initials), illustrating each of the following HTML tags or Javascript features:
    • At the upper right corner of the page, display your name in green, underlined.
    • Make a centered heading that says "CS13 Final" using the largest possible text size.
    • Demonstrate at least eight different text markup tags (including text that is affected by the tag and some text that says what the tag does).
    • Display an image that changes when the user clicks on it.
    • Draw three horizontal lines across the page..
    Next, make an ordered list (1, 2, 3, ..., 8) of at least eight metric prefixes (NOT including "nano") in order from largest to smallest, each followed by a number (or fraction) describing how big or small it is.

    Next, make an unordered list of (approximate) hexadecimal color codes for the following colors. The list is unordered, but the codes must be listed in order, from lowest to highest:

    			Pink
    			Dark gray
    			Green (with no other colors present)
    			Dark blue (with no other colors present)
    			Bright blue
    			Yellow
    			Black
    			White

    Finally, use TABLE tags to display a 3-by-3 table, similar to the following, but with answers to the the questions in the appropriate cells.

    
    				  _____________ _____________ _____________
    				 |A1           |B1           |C1           |
    				 |             |             |             |
    				 |             |             |             |
    				 |             |             |             |
    				 |             |             |             |
    				 |_____________|_____________|_____________|
    				 |A2           |B2           |C2           |
    				 |             |             |             |
    				 |             |             |             |
    				 |             |             |             |
    				 |             |             |             |
    				 |_____________|_____________|_____________|
    				 |A3           |B3           |C3           |
    				 |             |             |             |
    				 |             |             |             |
    				 |             |             |             |
    				 |             |             |             |
    				 |_____________|_____________|_____________|