The (X)HTML uses tags to describe the area of the page, e.g. title tag means the title of the page. The below code displays “Hello World” in the page and the title of the page is “Hello World Tutorial”.
Cut the code from here
Hello World Tutorial
Hello World
if you save that as helloworld.html, and then open up the saved page with your browser of choice.