XHTML and CSS Tutorial - 3 - body and headers

<!doctype html>

<html>
<head>
<title>
This is the title Sucker!
</title>
</head>

<body>
<h1>The world end in 2012!</h1>
<h2>The world end in 2012!</h2>
I am in the body
</body>
</html>

Comments