Posts

how to create a simple HTML webpage

#open a html tag and head tag <html> <head> #open a title tag and type the title of your webpage and close the title tag <title>My first webpage</title> #now open a body tag and write down the contents of the webpage and close the body tag <body> This is my first webpage </body> #and close the html tag also </html> OUTPUT: My first webpage Tis is my first webpage THANK YOU! E-mail:tnj.waseem@gmail.com