HTML Assignment #2
In this assignment you will be adding your company paragraph to your home page and using some of the formatting tags that we recently learned. Before you add your text make sure you refer back to your text color that you selected in assignment 1 and use it for the text in this assignment. Here is what you need to complete this assignment:
1. Choose your text color for your website if you haven’t already done so. The text color should compliment your background color. If you need to select one, head over to the color code generator
2. Use two line breaks <br> so that there are two blank lines between your Cool Text image and your paragraph.Example: <br><br>
3. Copy and paste your paragraph from your Inspiration web that you created back in January. This is the paragraph that you wrote about your company (who, what, when, where, why). If you need to add more to it at this point, go for it. It should be written like a welcome message to your website visitors. If you don’t have the paragraph, you will need to create it for this assignment.
4. Use <basefont> to change the color, size and face of your page’s text. Example: <basefont color=”red” size=”5” face=”chiller”>This is your paragraph text
5. Use the <p> element to center your paragraph. Example: <p align=”center”>This is your paragraph text</p>
6. Use <b>, <i>, and <u> in your paragraph to make important words or sentences stand out. Example: This is the <b>text</b> on the page
7. Use a different font color to make certain words or sentences stand out. Example: <font color=”blue”>text</font>
8 Use a font size of 5 for your paragraph.
9. Center your company name image using the <center> element. Example: <center> <img src=”logo.gif”></center>