How to Create a Blank HTML Page
A blank HTML page is a Web page with no visible Web content. Some HTML code is necessary for a Web browser to interpret the file as an HTML file even if there is no visible content. Any text editor can create a blank HTML page because an HTML page is simply a text document with special codes at the top that identify it as a Web page to Web browsers.
Instructions
-
Using Notepad or Plain Text Editor
-
1
Open the text editor application. The Windows Notepad application is located in the directory C:\Windows\System32.
-
2
Type the HTML codes that define a text document as a Web page: <HTML><TITLE>My Title</TITLE><BODY></BODY></HTML>
-
- 3
-
4
Click the "Save" button and you will now have a blank HTML page.
Using Microsoft Word
-
5
Open Microsoft Word to a new document.
-
6
Leave the page blank if you want a blank HTML page. Otherwise, type to add text content or use the "Insert" menu to add pictures.
- 7
-
8
Enter a name for your document. The extension should be .html or .htm. Click "Save" and you will have an HTML document.
Using Dreamweaver
-
9
Open Dreamweaver and click "HTML" under the "Create New" column on the start-up page.
- 10
-
11
Click the "File" menu and choose "Save" to save the HTML Web page.
-
1
Tips & Warnings
The free TextEdit application that comes with Mac OS X can also save as HTML. Type your Web content into the document screen, select "Save As" from the "File" menu and choose HTML as the file format. Give the file the extension .html. Some versions of Microsoft Word also offer a "Save as Web Page" command under the file menu as a shortcut to the regular "Save As" dialog box.