BACK

Use this Dropdown Box to find a quick
link to the page you are looking for.

Okay, for this exercise, I want you to write the basics in as you did in the first lesson but this time add a background color inside your BODY tag and add a heading for your page. Check it out below. Then save it as page2.html. Once that is done, click on it and see if you have a more colorful web page!

<HTML>
<HEAD>
<TITLE>My new web page!</TITLE>
</HEAD>
<BODY bgcolor="#ffffcc">

<H1>Welcome to my page!</H1>

</BODY>
</HTML>

Back to Lesson 2

E-mail Me!