TEXT TAGS
|
TEXT
TAGS |
DESCRIPTION |
EXAMPLES |
| <pre> </pre> |
Preformated tags. Text placed between these tags
retains its formatted appearance. |
Click
for example. |
| <h1> </h1> |
Text placed between these tags is presented as large
headline |
Header 1 |
| <h6> </h6> |
Text placed between these tags is presented as a
small headline. |
Header 6 |
| </b> </b> |
Text placed between these tags is presented bold. |
This is on bold. |
| <i> </i> |
Text placed between these tags is presented italic. |
This is italic. |
| <tt> </tt> |
Text placed between these tags is presented in teletype
type. |
This is teletype |
| <cite> </cite> |
Text placed between these tags is presented as citation |
This is citation. |
| <em> </em> |
Text placed between these tags is emphasised |
This is emphasied. |
| <strong> </strong> |
Text placed between these tags are presented strong
format |
This is strong. |