Example
     The following is the source code of example02.html.
Blue -- The Tags   Red -- The things that in this stage   Black -- The content
Green -- Special Characters
<html>
<head><title>Computer network</title></head>
<body>
<center><h1>Computer Network</h1></center>
<font size=3 color=blue face="arial">There are 3 major usage of computer network :
<b><font size=4 color=red>Hardware Sharing,Data Sharing and Commucation</b></font>
<p align=left><b>Hardware Sharing</b><br>
<font color=black>There are some expensive hardware devices can be shared.This can reduce the cost.</font>
<p align=left><b>Data Sharing</b><br>
<font color=black>Many application require access to data kept in database.The data can be shared through the network.</font>
<p align=left><b>Communcation</b><br>
<font color=black>The users in the network can also send the messages to another users by the network.For example,e-mail.</font>
</body>
</html>
See the output