Skip to main content

WHAT IS SUB AND SUP ?

SUB is most commonly tag use in  HTML. <sub> tag defines subscript text. It appears half a character below the normal line and show in a smaller form. This tag usually used for chemical formulas. This is the most useful tag you can easily use it for taking' in help in your website of any type like an industry bases web.

EXAMPLE

RESULT




SUP is the most common tag use in  HTML. <sup> tag defines subscript text. It appears half a character above the normal line and show in a smaller form. This tag usually used for chemical formulas. This is the most useful tag you can easily use it for taking' in help in your website of any type like an industry bases web.


EXAMPLE

  

RESULT



















 

Comments

Popular posts from this blog

WHAT IS BR ?

BR   stands for "line break" in  HTML  command. It is used to break a line between the element. We use this element when we need a gap or difference between the element. The main properties of this tag is that it does not contain close tag. In a short way it's a neutral tag. CODING: RESULT: