small

small
HTML small Element
The HTML <small> element is used to make text smaller by one point. It will not just render tiny fine print all the time. It depends on the size formatting of the parent element.

HTML CODE EXAMPLE
I am text, <small>hear me roar!</small>
<h2>I am text, <small>hear me roar!</small></h2>
<h5>I am text, <small>hear me roar!</small></h5>
 
I am text, hear me roar!

I am text, hear me roar!

I am text, hear me roar!

Related Posts :

  • command command The HTML <command> element is used to insert context menu commands … Read More...
  • col col The HTML <col> element lends characteristics to a table column. This is… Read More...
  • datalist datalist NOTE: This new element is HTML5 and will be a standardized element in 2014. … Read More...
  • colgroup colgroup The HTML <colgroup> element represents a group of columns in a tab… Read More...
  • code code The HTML <code> element is used to specify a fragmant of computer code… Read More...

0 Response to "small"

Post a Comment