Published using Google Docs
HTML Assignment # 1
Updated automatically every 5 minutes

HTML Assignment #1

In this assignment you will be changing the color of your webpage’s background.  Before you can make the change you will first need to select a color using the Hex Color Code Generator.  While you are on the website for the HTML color codes you should also use the wheel on the lower half of the page to find matching colors to use for your fonts, horizontal rules and more.  Here is how you should complete this assignment:

1.  Visit the website for the color code generator

2.  Select a color using the sliders and write down the hex value.  It would probably be a good idea to paste the value into a word document and save it to your W drive.

3.  Use the color wheel on the bottom half of the page to generate coordinating colors for your website.  You should include these colors in the word document mentioned above.

4.  Open up your index.html file.

5.  View the source of the page by right clicking on the background and then clicking on “View Source”.

6.  Enter the color of your background into the body element.  Check out the example below:

<body bgcolor=”#E91515”>

7.  That’s it!!!