Horje
Edit HTML Code

Web pages can be created and modified by using professional HTML editors.

However, for learning HTML we recommend a simple text editor like Notepad (PC) or TextEdit (Mac).

We believe that using a simple text editor is a good way to learn HTML.

Follow the steps below to create your first web page with Notepad or TextEdit.


HTML Editor

Click "Try Now" button and Edit HTML Code.

index.html
Example: HTML
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>
This is a Heading</h1>
<p>
This is a paragraph.</p>
</body>
</html>






Related Articles
Edit HTML Code HTML Editors
Edit HTML Code using Notepad (PC) HTML Editors
Edit HTML Code TextEdit on Mac HTML Editors
Write Some HTML Code HTML Editors
Save HTML Page HTML Editors
View HTML Page in Your Browser HTML Editors

Single Articles
HTML Editor HTML Editors

Category :
Web Tutorial
Sub Category :
HTML Editors
Uploaded by :
Admin