Tags Level 1 Exercise


In this exercise you will create a simple web page called self.html with the "notepad" text editor using only the following tags
<HTML></HTML>
<HEAD></HEAD>
<TITLE></TITLE>
<BODY></BODY>
<P></P> (n.b. closing tag is often omitted)
<EM></EM>
<STRONG></STRONG>
<H1></H1>
<H2></H2>
Your page should include two bits of content: a section about you and a section about the work you do. The example here is what you should be aiming at.
Editing Procedure
[Fri May 5 11:58:19 2000]