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.
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.
- HTML
0 Comments