![]() |
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. |
Click "Try Now" button and Edit HTML Code.
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>
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 |
HTML Editor | HTML Editors |
Category
: |
Web Tutorial |
Sub Category
: |
HTML Editors |
Uploaded by
: |
Admin |