Creating, Saving and Viewing HTML Documents :
You can create an HTML document in much same way that you can create any plain text document. Any plain text editor can be used to write HTML program. Generally notepad is used. Write the HTML code using notepad & save file with .htm or .html extension. Graphic packages like Photoshop and Paintbrush are required to creat new images or edit existing images to put on the website.
The general process :
- Open your text editor (Notepad)
- Enter the HTML code and text you want to include.
- Save your document with the extension HTML. i.e. test.html or the test.htm
- Open your saved file in any browser.
Structure of HTML Code

No comments:
Post a Comment
If you have any doubts regarding this please comment or email us.