3.HTML Text Editors
3.HTML Text Editors
3.HTML Text Editors
1/6
Step 3: Save the HTML file with .htm or .html extension.
To run the HTML page, you need to open the file location, where you have saved the
file and then either double-click on file or click on open with option
2/6
B. HTML code with Sublime Text-editor.(Recommended after
learning basics of HTML)
When you will learn the basics of HTML, then you can use some professional text
editors, which will help you to write an efficient and fast code. So to use Sublime Text
editors, first it needs to download and install from internet. You can easily download it
from this https://www.sublimetext.com/download link and can install in your PC. When
installation of Sublime text editor done then you can follow the simple steps to use it:
To open Sublime Text editor go to Start screen ⤏ type Sublime Text⤏ Open it. To
open a new page press CTRL+N.
3/6
Step 2: Save the page before writing any code.
To save your page in Sublime Text press Ctrl+S or go to File option ⤏ save, to save a
file use extension .htm or .html. We recommend to save the file first then write the code
because after saving the page sublime text editor will give you suggestions to write
code.
4/6
Step 4: Open the HTML page in your Browser
To execute or open this page in Web browser just right click by mouse on sublime text
page and click on Open in Browser.
5/6
Note: You can execute HTML file in any browser, but there are some tags which
are not supported by Some Web browser.
6/6