File1.html Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE>My First HTML File</TITLE>
<META name="discription" content="week1 HTML assignment">
<META name="keywords" content="HTML,Week1,assignemnt">
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-5">
</HEAD>
<BODY bgcolor="ffffff" text="blue" link="green">
<H1>Introduction to HTML 4.01</H1>
<p>
Hello, I am taking this class to learn HTML for work on my websites and to complete my certificate from eClasses. I really enjoy working on design projects that allow me to be creative. I plan to develop enough skill in design to make a living from it some day and leave my cubicle job.
</p>
<a href="http://www.auctionpalms.com">AuctionPalms.com</a>
</BODY>
</HTML>
