Please visit our sponsors !
The <tt> <i> <b> <big> <small> tags
Definition and Usage
The following HTML tags are font style elements. They are
not deprecated, but it is possible to achieve richer effects using style sheets.
<tt> |
Renders as teletype or monospaced text |
<i> |
Renders as italic text |
<b> |
Renders as bold text |
<big> |
Renders as bigger text |
<small> |
Renders as smaller text |
Examples
This code: |
Produces this output: |
<tt>This text is teletype</tt>
<i>This text is italic</i>
<b>This text is bold</b>
<big>This text is big</big>
<small>This text is small</small>
|
This text is teletype
This text is italic
This text is bold
This text is big
This text is small
|
Standard Attributes
id, class, title, style, dir, lang |
For a full description, go to Standard
Attributes.
Event Attributes
onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown onkeyup |
For a full description, go to Event Attributes.
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2002 by Refsnes Data. All Rights Reserved
|