Welcome to my world
- M Rajibul Hasan
Home
Personal
Photo Gallery
Html Tags
Frames
Role of HTML tags:
Role of ome of the important tags are listed below:
<div>: It is a container tag. This tag is used to denote the beginning and end of a division of the page.
<blink>: It is a container tag. It causes the contained text
to flash on and off.
<cite>:
It is a container tag. It is used to represent a
citation.
<code>: It is a container tag. The tag denotes a code sample.
<del>: It is a container tag. It indicates deleted text.
<font>: It is a container tag. It is used to affect the style (color, typeface and size) of the enclosed text.
<kbd>: It is a container tag. Indicates text that is typed on a
keyboard.
<s>: It is a container tag. This tag displays an enclosed text as
strike-through text
<big>: It is a container tag. It sets the type
one font size larger than the surrounding text.
It is
equivalent to <font size="+1">.
<small>: It is a container tag. It sets the type
one font size smaller than the surrounding text
. It is
equivalent to <font size="-1">
<sub>: It is a container tag. It is used to write subscripts like log<sub>2</sub>. This means log
2
<sup>: It is a container tag. It is used to write superscripts like a<sup>0</sup>. This means a
0
<u>: It is a container tag. It is used to
underline a text.
<br>: It is a standalone tag. It is used to break the text and begins a new line.
<center>: It is a container tag. It centers the enclosed text.
<nobr>: It won't break the line. So, using this tag you can get a horizontal scrollbar
Return to Top
This page is created by
M Rajibul Hasan
.
Copyright � 2007