Getting started with HTML
Overview
HTML codes are written in text editors, and then they are saved with .html or .htm
extension.
Some famous text editors -
● Visual Studio Code
● Sublime Text
● Windows Notepad
Apart from them, many online text editors are also available.
Getting started with HTML
Step 1 : Install and Open any of the above-mentioned text editors
Step 2 : Write your HTML code
1
Step 3 : Save your HTML code with .html extension
Step 4 : View the HTML Page in Your Browser
Open the HTML file in any of the browser.