
HTML Introduction : HTML means Hyper Text Markup Language. Open Notepad and type this code :- <!DOCTYPE html> <html> <title> Title tag</title> <body> <h1> It is Heading Tag</h1> <p> Paragraph</p> </body> </html> click on save as and save format is new documents.html ...