0% found this document useful (0 votes)
5 views2 pages

GP HTML Getting Started With HTML

This document provides a brief guide on getting started with HTML, emphasizing the use of text editors to write and save HTML code with a .html or .htm extension. It lists popular text editors such as Visual Studio Code, Sublime Text, and Windows Notepad, along with steps to create and view an HTML page in a browser. The steps include installing a text editor, writing code, saving it, and opening it in a browser.

Uploaded by

sodohe3963
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

GP HTML Getting Started With HTML

This document provides a brief guide on getting started with HTML, emphasizing the use of text editors to write and save HTML code with a .html or .htm extension. It lists popular text editors such as Visual Studio Code, Sublime Text, and Windows Notepad, along with steps to create and view an HTML page in a browser. The steps include installing a text editor, writing code, saving it, and opening it in a browser.

Uploaded by

sodohe3963
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

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.

You might also like