You are on page 1of 1

<!

DOCTYPE html>
<html>
<body>
<title> page title</title>
<head>
<h1> this is my first heading</h1>
<h2>this is my second heading</h2>
<h3>this is my third heading</h3>
<h4>this is my fourth heading</h4>
<h5>this is my fivth heading</h5>
<h6>this is my sixth heading</h6>
<p1>this is my first paragraph</p1>
<br><p2>this is my second paragraph</p2>
<br><p3>this is my third paragraph</p3>
</head>
</body>
</html>

You might also like