>> Open Notepad
>> At the top of the page type DOCTYPE<!DOCTYPE html>
>> Then next line write<html>
>> Then next line add the opening header tag:<head>
>> Then next line adds title and type <title></title>.
>> Then the next line, insert the closing header tag:</head>
>> Then the next line, type <body>
>> Then the next line, type </body>
>> Finally, go to the next line and type </html>
>> In the File menu, choose Save As.
>> In the Save as Type option box, choose All Files.
>> Name the file myfirstpage.htm.
>> Click Save.