Step 1:- Open Notepad (PC or Laptop)

                Window 7 or  Less

                 Open > Program > Accessories > Notepad

                Window 8 or More

                 Click Window button and search Notepad




Step 2:- Write HTML Code

                <!doctype>
                <html>
                <head>
                <title>
                    My First Code in HTML
                </title>
               </head>
               <body>
              <h1>My First Heading</h1>
              <p>My first paragraph.</p>
              </body>
              </html>


Step 3:- Save the HTML page
                
                Save the file on your computer. Select File > Save as in the Notepad menu.



Step 4:- Run Your program or View in                         Your Browser

                Open save html file