- Understand the difference between Inline elements & Block-level elements
- Understand how to use the FONT tag
- Know which tags must be closed and the order to close them
File2.html Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE>My Second 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>
<H1><font color="green">Week 2 of Introduction to HTML 4.01</font></H1>
<p><font face="sans-serif">Hello, I am taking this class to learn HTML for work on my websites and to complete my certificate from eClasses. <strong> I really enjoy working on design projects that allow me to be creative.</strong> I plan to develop enough skill in design to make a living from it some day and leave my cubicle job.
</font></p>
<br>
<a href="http://www.auctionpalms.com">AuctionPalms.com</a><br>
<a href="http://www.warrenswork.com/classes/into_to_html_2009/week2.html">Intro to HTML Week2</a>
</BODY>
</HTML>
