The Markup
Image
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
Next, we can right click on "index.html" and click "Open in Default Browser" to see the page in the browser.