Web Page Design

Text Wrangler Coding Test

You are to create the following web page in Text Wrangler using the skills you learned in your first few assignments. Save in your TextWrangler folder as Yourfirstname_coding_test_1.html. To complete this assignment, you are to refer to the skills you have learned and stored in your brain. If you are caught cheating (copying off of someone else's computer or copying more of the code) or off task you will receive a big fat 0 for this assignment. This assignment is worth 100 points.

Needs to include:

  1. Saved in proper format: Yourfirstname_coding_test_1.html.
  2. You are not to copy any of the coding except the first two line which are below.
  3. Background color for page is #387c44
  4. Text color for page is #ebeb00
  5. Title of web page is Yourname Web Page Design Test #1
  6. You should have 3 printouts:
    1. print your web page
    2. your web page source.
    3. HTML code validation page.

Good Luck!!!!

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

Your Test should look like the image below:Basic html Coding TEST