A sample HTML E-mail message

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:

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>.