In a document we need free space after couple of lines. For
this reason we can use this tag. From
the beginning we know that if we write
in 2 or 3 line space in editor it will be not same in browser. We used
Br for a new line but it will not show the space between lines. That is why...
ADDRESS ELEMENT
Today we will see how to write your address using ADDRESS tag. It will show the address in a Italic font and easily determine as a different text. The tag is look like <ADDRESS>......................................</ADDRESS>
Example:
<HTML>
<TITLE>
Address
</TITLE>
<BODY>
This...
FONT COLOR ELEMENT

This tag is like FONT FACE and FONT SIZE element. Color can be declared by name like RED or GREEN or BLACK or you may use declare by decimal number which is decided for all the colors. This tag format...
FONT FACE ELEMENT
Sometimes we change fonts in MS Words, here we can do the same thing. Its like FONT SIZE tag. The format is like <FONT FACE=(name of the font)>.........</FONT>
Example:
<HTML>
<HEAD>
<TITLE>
Program 8
</TITLE>
</HEAD>
<BODY>
<FONT FACE="ARIAL">...