Learning HTML

I have tried to create a web page browser window. An example, I copied what the book pretty much wanted but get only the header. What should I change? Also Anyone know any good books for this? Many thanks.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Translation/EN"
              "http:??www.w3.org?TR/html1?xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xtml">
   <head>
   <title>HTML Makes the Web Go Round</tiltle>
meta http-equiv="Context-Type" content="text/html/charset=utf-8" />
</head>

 
 
<body style="color: white;
                   background-color: teal;
                   font-size: 12pt;
                   font-family: sans-serif;">

<h1>Hello World</h1>
<p>............................................................................................
...................................................................................................
.................................................................................................
....................................................................................................
......................................................................................................
...................................................................................................
.......................................................................................................
.......................................................................................................
.......................................................................................................
........................................................................................................
</p>

   </body>
</html>

<title>HTML Makes the Web Go Round</title>
<meta http-equiv="Context-Type" content="text/html/charset=utf-8" />

Tried it in Firefox, it was fine. Won't work in Explorer

Repost the code again please

Hi N-Training,

I quite like the tutorials at W3Schools Online Web Tutorials

Have a look at their tutorial for HTML:

Introduction to HTML

Have fun,

Dave