- tt/ i / b / big / small element are all font-style tags. They are not deprecated, but it is possible to achieve richer effect with CSS.
- i element is renders as italic text
- b element is renders as bold text
- big element is renders as bigger text
- small element is renders as smaller text
TT / I / B / BIG / SMALL attrib :
- class :Specifies a classname for an element
- dir : Specifies the text direction for the content in an element
- id : Specifies a unique id for an element
- lang : Specifies a language code for the content in an element
- style : Specifies an inline style for an element
- title: Specifies extra information about an element
TT / I / B / BIG / SMALL example :
| <tt>Teletype text</tt> <i>Your Italic text</i> <b>YourBold text</b> <big>Your Big text</big> <small>Your Small text</small> |
origin by : w3schools.com


0 comments:
Post a Comment