Open Notepad in Computer or Laptop and write below Script <html> <head> <title>html</title> </head> <body> <h1>hello World</h1> </body> </html> above is simple program of html After write the above code save the code with any name and use dot( .html ) extension like hello.html after save the above code open with any browser
Hyper Text Markup Language Hyper Text Markup Language commonly known as HTML.It is very basic, easy to learn and understand HTMl was introduced by Tim Berners lee in 1990.It is standard language for web programming which provide Basic structure of web page
Comments
Post a Comment