Need help, who knows HTML tags?

Pink

New member
The result looks like the image in the book. But when i validate it www.validator.w3.org then there are many mistakes. Dont know what to do, what to change, this is new to me. I am beginner. Please, help.
It says, there is about 30 mistakes.
_____________________
</head>
<body>
<h1>Lists</h1>
<p>
Here is text</p>
<ol>
<li>Population in Africa in 2006
<li>Population of Asia in 2006
<li>Population of Europe in 2006
</ol>
<p>Another text. </p>
<ul>
<li>Number of internet users in Africa
<li>Number of internet users in Asia
<li>Number of internet users in Europe
<li>Delightful Internet tid-bits
</ul>
<p><b>As Internet use expands worldwide</b>, the United States said Wednesday it will give other governments and the private sector a greater oversight role in an organization whose decisions affect how computers relay traffic such as e-mail and Twitter posts.
</p>
</body>
 
I ran it on my computer and it looks fine. What were the errors? HTML doesn't really have errors. It will run no matter what, it may just look messed up.
 
Back
Top