Horje
Write Some HTML Code

Follow ways to write some HTML Code


Write or copy the following HTML code into Notepad:

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>

Output should be:

Write or copy the following HTML code into Notepad:





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
Write or copy the following HTML code into Notepad: HTML Editors

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