HTML Code
HTML stands for Hypertext Markup Language. HTML is a code used in
documents to indicate how information is to be displayed on the World Wide Web.
HTML files are read by a Web browser and it interprets codes about the format
and size of text and where links to other files are to be placed. HTML is
comprised of tags such as:
<TITLE> My Web Page </TITLE>
Learning HTML is not difficult, but remembering all of the commands can be a challenge. Numerous books are available that provide a guide to the code for quick reference. A good working knowledge of basic HTML code can make creating and editing your site much easier.
Since HTML documents are created using plain ASCII text, they can be generated using any text editor such as Notepad, Microsoft Word, WordPerfect, Simpletext or any others. Save your file with a .HTM extension rather than .TXT extension.