Tag Archives: html5 tutorials online
Html superscript tag
Html superscript tag: <sup> is used to make the superscript in the texts.
Syntax of Html superscript tag
text.
Html superscript tag
Output :
Html subscript tag
Html subscript tag: <sub> is used to make the subscript in the texts.
Syntax of Html subscript tag
text.
Html subscript tag
Output :
Html small tag
Html small tag: It makes the selected texts smaller than the original size.
Syntax of Html small tag
text.
Html small tag
Example
|
Output :
Html mark tag
Html strong tag: Is basically used to mark the text as highlighted <mark> is used to mark the texts as highlighted.
Syntax of Html mark tag
text.
Html mark tag
Example
|
Output :
Html Italic Tag
Html italic tag: It adds italic style to the texts in between the tags.
Syntax of Html italic tag
text.
Html italic tag
Example
|
Output :
Html Emphasized tag
Example
|
Html strong tag
Html strong tag: It basically adds the strong text.
Syntax of Html strong tag
text.
Html Strong tag
Example
|
Output :
Html bold tag
Html bold tag: Html bold tag basically adds the bold style between the <b> and </b> tag.
Syntax of html bold tag
text.
Html bold tag
Html Formatting
Html Formatting: Html Formatting is used to add different types of text.
There are following types of formatting available in html
- Bold text/Important text
- Italic text/Emphasized text
- Marked text
- Small text
- Deleted text
- Inserted text
- Subscripts
- Superscripts