What is a HTML text editor?

An HTML editor is a software for editing and creating HTML code that is used for websites or other web documents. With text-based HTML editors, the source code can be edited directly. We believe in that using a simple text editor is a good way to learn HTML. For example: Notepad, Visual Studio code, Subline Text, Notepad++, UltraEdit etc.

 

Some Text Editor software download links are given below:-

 

·       Visual Studio code  (https://code.visualstudio.com/download)

·       Notepad ++             (https://notepad-plus-plus.org/downloads/v7.0/)

·       Subline Text            (https://www.sublimetext.com/3)

 

 Learn to use HTML Text Editor  software

Step 1:  Open Notepad

      Method No. 1 =>     Find it by searching. Type notepad in the search box and   select Notepad in the search results.

Method No. 2 =>    Open run command (Win + R) and then type “notepad” then            click on  OK or Enter Button.

Step 2: Write Some HTML Code.

      -  Write or copy the following HTML code into Notepad:



Step 3: Save the HTML Page

-       Save the file on your computer. Select File > Save as in the Notepad menu.

-       Write the html file name as you like but the format is “.html” and set the encoding to UTF-8 (which is the preferred encoding for HTML files).

 

Step 4: View the HTML Page in Your Browser

Open the saved HTML file in your favorite browser (double click on the file, or right-click - and choose "Open with").

The result will look much like this: