<html>
<head>
<title>My Page</title>
</head>
<body>
<h1>My favorite things</h1>
<p>
Raindrops on <em>roses</em><br>
Whiskers on <strong>kittens</strong>
</p>
</body>
</html>
]]>Nice! Now this website's code is flawless.
Make sure to start with <
and !
. Then add doctype html
and the >
sign.