what are you looking to do?
There are plenty of guides out there and such if you need them I'm sure you can google it.
Like the following would work I believe
Code:
<html>
<head><title>Hello World</title></head>
<body>
<p>Good evening</p>
</body>
</html>