Tag names should be lowercase :P
I would never recommend the use of HTML4. I personally use HTML5, but if you don't want to use that, XHTML.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello World!</title>
</head>
<body>
<p>Hello world!</p>
<p>This is my first...