Step 1 - starting a HTML file
Firstly you're going to define in which language you're going to start programming. You do this as follows:
Type this in Notepad:
<HTML>
</HTML>
With <HTML> you start your document. With </HTML> you end your document. Anything that's written in between will be read as HTML by the browser.