HTML Editors

Table of contents

No heading

No headings in the article.

Write the HTML code using Notepad or TEXT EDITOR

These editors are the best practice editor for the learning Html code

Web pages can be created and modified by using genius HTML editors. However, for learning HTML a simple text editor like Notepad (used for PC) or TextEdit (for Mac). So, using a simple text editor is a good way to learn HTML.

Following steps are used to create the first web page with Notepad or TextEdit.

For windows and mac os

Step 1: Open TextEdit Windows/Mac

Open: Search> Applications > TextEdit

Also, for the different alternatives we get the application to save files correctly. In Preferences > Format > choose a "Plain Text"

Then under "Open and Save", check the box that says "Display HTML files as HTML code instead of formatted text".

Then open a new document to place the code.

Step 2: Write Some HTML code

<!DOCTYPE html>

<html>

<body>

<h1>heading</h1>

<p>my first paragragh</p>

</body>

</html>

Step 3: Save the HTML Page

save the file on the computer select the file

File > Save as all files in the Notepad menu.

we can save the file using this extension .html or .hml

View in Browser

Step 4: View the HTML Page in Your Browser

Double-click on the file, or right-click - and choose "Open with a browser which browser we want to run like google chrome, Mozilla firebox and so on...browser.