
Here is a sample of an e-mail message which utilizes HTML codes to create a formatted e-mail message. At the top of the e-mail message is a graphic which is given a specified size and centered within the message.
Here are two ways of creating an HTML file:
Some of the latest word processors, such as Word 97, offer
an option under the File menu to save a file in HTML format.
This option automatically converts the document formatting (such
as bold characters or line breaks) to HTML coding for you. Desktop
publishing programs (such as PageMaker 6.5) also offer this option.
By looking at the text in this file you can see that HTML consists of various tags or codes which are enclosed in the < and > characters, for example: <P>. A code must be terminated and is usually done so by using the / character in front the code, for example: </P>.