HTML Editors

Words
151
Reading
1 min
Listen
Play
9y


Compose HTML Using Notepad or Text Edit 

Website pages can be made and altered by utilizing proficient HTML editors. 

Nonetheless, to learn HTML we suggest a straightforward content tool like Notepad (PC) or TextEdit (Mac). 

We think utilizing a basic word processor is a decent approach to learn HTML. 

Take after the four stages beneath to make your first page with Notepad or Text Edit.

Stage 1: Open Notepad (PC) 

Windows 8 or later: 

Open the Start Screen (the window image at the base left on your screen). Sort Notepad. 

Windows 7 or prior: 

Open Start > Programs > Accessories > Notepad

Stage 2: Write Some HTML

 <!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html> 

Stage 3: Save the HTML Page

Spare the record on your PC. Select File > Save as in the Notepad menu. 

Name the record "index. html" and set the encoding to .

HTML Editors | Ecency