Select Language:

TT / I / B / BIG / SMALL

about TT / I / B / BIG / SMALL :
  • 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 :

  1. class :Specifies a classname for an element
  2. dir : Specifies the text direction for the content in an element
  3. id : Specifies a unique id for an element
  4. lang : Specifies a language code for the content in an element
  5. style : Specifies an inline style for an element
  6. 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: