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. |
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
How to edit HTML Code | HTML Editors |
How to edit HTML Code using Notepad (PC) | HTML Editors |
How to edit HTML Code TextEdit on Mac | HTML Editors |
How to Write Some HTML Code | HTML Editors |
How to save HTML Page | HTML Editors |
How to View HTML Page in Your Browser | HTML Editors |
Use follow Practice Button to Edit HTML Code | HTML Editors |
Read Full:: | HTML Editors |
Category: | Web Tutorial |
Sub Category: | HTML Editors |
Uploaded: | 1 year ago |
Uploaded by: | Admin |
Views: | 156 |