HTML – Text Editors


What is a HTML editor ?

HTML editor is a software that helps us to create HTML codes.

HTML editors allows us to enter raw text, which is then manipulated as webpage in web browser.

Most of the web developers uses editors to create and maintain their websites.

Why text editor’s are used ?

Text editors makes the page authoring much easier.

Some text editors allows us to use tags and attributes without knowing the code.

But Advanced HTML editors provides us more support for the latest Web technologies.

But all HTML editors don’t creates the similar codes, they have their own style annd format.

What are the types of editors ?

Basically there are two types of text editors.

1. WYSIWYG editor

2. Textual editor

Examples of HTML coding

HTML Tutorial For Beginners !!!

What is WYSIWYG editor ?

WYSIWYG editor is acronym for “What You See Is What You Get”.


This is a type of editor provides an editing interface which shows how the code actually looks on a working web page.

People using this editor does not require any HTML knowledge.

People with less coding experience can use this editors.

What is Textual editor ?

Textual HTML editors are text-based, we should type the text in the editor then it works.

This requires the HTML coding knowledge by which we can write the code to execute it in the web-browser.

This have more freedom and personalised options.

Only drawback is we can’t see a live preview of the site, each time we have to refresh the web-page to see the changes.

Want to Learn More about – HTML Build Blocks

Let Us Discover More About – HTML Building Blocks

Text editor for Windows Operating System.

1. Notepad

How to write and execute HTML code with Notepad ?

1. Open the notepad and write the sample code.

2. Save the file with .html extension.

Want to Learn More About – HTML Tags

Let Us Discover More About – HTML Tags

3. Open the file in the web browser.

Want to Learn More About – HTML Tags

Let Us Discover More About – HTML Tags

Text editor for Linux/Mac Operating System.

1. Vim editor

How to write and execute HTML code with Vim editor ?

1. Open the vim editor and write the sample code.

In the terminal type

vim page1.html

2. Save the file with .html extension (:wq!).



Html coding for a website – HTML Introduction

Let Us Discover More About – HTML Introduction

3. Open the file in the web browser.


What are the other famous text editors ?

1. Notepad ++

2. Sublime text

3. Atom

4. Adobe Dreamweaver CC

5. Visual Studio Code

All HTML Tags tutorial for beginners

Click to Learn More about – All HTML Tags Tutorial for beginners

Video Tutorial – Watch on Youtube

Want to Learn More About – HTML Introduction

Let Us Discover More About – HTML Introduction

Thank you !!!


2 comments

  1. Thank you, I’ve recently been searching for info about this subject for a long time and yours is the best
    I’ve came upon so far. However, what concerning the conclusion? Are you sure in regards to the source?

    1. Thanks a lot for your love and support.
      Am sure about the subject, I will analyse, workout and then only i will post.
      If the tutorial is good please share it to your friends.
      Thanks.

Comments are closed.