Horje
Save HTML Page

Simply Save HTML Page in your Desktop.


Open a TXT file and Write or Paste Some HTML Code into Notepad

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

Then, Click on File and Click on Save As.. from top menu of Notepad

Output should be:

Then, Click on File and Click on Save As.. from top menu of Notepad

Now, Set Name the file "index.htm" and set the encoding to UTF-8 (which is the preferred encoding for HTML files).

Output should be:

Now, Set Name the file "index.htm" and set the encoding to UTF-8 (which is the preferred encoding for HTML files).





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
Open a TXT file and Write or Paste Some HTML Code into Notepad HTML Editors
Then, Click on File and Click on Save As.. from top menu of Notepad HTML Editors
Now, Set Name the file "index.htm" and set the encoding to UTF-8 (which is the preferred encoding for HTML files). HTML Editors

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