CST 111 Takehome test #1

Create a web page in your folder, with appropriate text and HTML tags to display the folowing information and formatting:
  1. The window title should say "Takehome test #1".

  2. Choose a (light) background color for the page, and set it in the BODY tag. Do NOT use any color names for this, or for any other colors on this page; instead, use a 6-digit hexadecimal value.

  3. On the left side of the page, display an image from the web, i.e. http://.... .

  4. Choose another image from somewhere on the World Wide Web, download it, then upload it to your folder, and display your copy of it at the RIGHT side of your web page.

  5. At the top of the web page, display your name, centered, in the largest possible font size. (Do not use this size for anything else on the page).

  6. Display the date at the right side of the page, in italics.
  7. Immediately underneath the date, display the string "CST 111" in boldface.

  8. At the left side of the page, display the string "Takehome test #1" in GREEN characters.

  9. Next to this green text, show the last FOUR digits of your student ID in RED. (We will call this number "A")

  10. Next to this red text, display the same four digits in REVERSE ORDER in light grey. (If your ID ends in 1732 then your should show 2371 in grey.) Call this number "B".

  11. Put a horizontal line undeneath the above.

  12. Next, display a decimal number equal to the value of the last four digits of your SCCC ID # in decimal (as shown above in green) plus one thousand (decimal), and underline this decimal number. Let's call this value "A+1000".

  13. Then create an unordered list showing the following:


  14. Next, display a decimal number equal to the value of the last four digits of your SCCC ID # reversed, (as shown above in red) plus TWO thousand (decimal).
    Let's call this value "B+2000".
    (Your 4-digit-ID reversed, plus 2000.)

  15. Then create another unordered list showing the following:


  16. Write down the 24-hour time of day that you are doing this problem, without any punctuation, and interpret it as a three or four digit decimal number.

  17. Then create a third unordered list showing the following:

  18. Display your first and last initials (in UPPER case).     ____     ____