The Markup

Image
Screenshot of how the Hello World title in VS Code.

We change the <title> tag which will display the title in the tab of your browser, I will change it to "My Website".

Next in the <body>, we can add a heading typing "h1" and pressing tab. 

In the <h1> let's type "Hello World!".

Image
A screenshot of the heading for Hello World.

 

Next, we can right click on "index.html"  and click "Open in Default Browser" to see the page in the browser. 

Previous Page | Next Page