BOLD AND ITALIC
For more blogs related to technology you can visit Relatetechno.codes
<b>...</b>
THIS IS BOLD TEXT
By enclosing words in the tags <b> and </b> we can make characters appear bold.
The <b> element also represents a section of text that would be presented in a visually different way (for example keywords in a paragraph) although the use of the <b> element does not imply any additional meaning.
<i>...</i>
THIS IS ITALIC TEXT
By enclosing words in the tags <i> and </i> we can make
characters appear italic.
The <i> element also represents a section of text that would be said in a different way from surrounding content — such as technical terms, names of ships, foreign words, thoughts, or other terms that would usually be italicized.
SUPERSCRIPT AND SUBSCRIPT
<sup>...</sup>
The <sup> element is used to contain characters that should be superscripts such as the suffixes of dates or mathematical concepts like raising a number to a power such as 2 2.
<sub>...</sub>
The <sub> element is used to contain characters that should be subscript. It is commonly used with footnotes or chemical formulas such as H20.
Comments
Post a Comment