HTML Editors - Learn HTML Online

Latest

A simple way to Learn HTML Queries Online

HTML Editors

Compose HTML Using Notepad or TextEdit 


HTML can be altered by utilizing an expert HTML manager like:

Adobe Dreamweaver

Microsoft Expression Web

CoffeeCup HTML Editor

On the other hand, for learning HTML we suggest a content tool like Notepad (PC) or TextEdit (Mac).

We think utilizing a basic content tool is a decent approach to learn HTML.

Take after the 4 stages beneath to make your first site page with Notepad.



Step 1: Open Notepad 

To open Notepad in Windows 7 or prior:

Click Start (base left on your screen). Click All Programs. Click Accessories. Click Notepad.

To open Notepad in Windows 8 or later:

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

Step 2: Write Some HTML 

Compose or duplicate some HTML into Notepad.

<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>

Notepad


Step 3: Save the HTML Page 


Spare the record on your PC. 

Select File > Save as in the Notepad menu. 

Name the document "index.htm" or whatever other name finishing with htm. 

UTF-8 is the favored encoding for HTML documents. 


ANSI encoding spreads US and Western European characters just.

View in Browser


Step 4: View HTML Page in Your Browser 



Open the spared HTML record in your most loved program. The outcome will look much like this:

View in Browser

Note: To open a record in a program, twofold click on the document, or right-click, and pick open with.


No comments:

Post a Comment