Looking For Anything Specific?

How to write "Hello World" in HTML

 

How to write "Hello World" in HTML



The first step to getting familiar with a new language is to write a simple “Hello World” program. HTML (Hypertext markup language) is the text-based approach used for defining web-page layouts.

svg viewer

Code

In the code below, a simple boilerplate code for HTML is included, and a single <h1> tag is used to write “Hello World” on the web-page.

Post a Comment

0 Comments