Category Archives: Html Tutorial

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

Example




Superscript Tag : This paragraph contains the E=MC 2 texts.

Try it »

Output :

html superscript tag EXAMPLE

html superscript tag EXAMPLE

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

Example




Inserted Tag : This paragraph contains the demo texts.

Try it »

Output :

Html subscript tag

Html subscript tag

Html insert tag


Html insert tag: It makes the selected texts as inserted texts.


Syntax of Html insert tag

text.

Html insert tag

Example




Inserted Tag : This paragraph contains the demo texts.

Try it »

Output :

html insert tag example

html insert tag

Html delete tag


Html delete tag: It makes the selected texts as deleted texts.


Syntax of Html delete tag

text.

Html delete tag

Example




Delete Tag : This paragraph contains the demo texts.

Try it »

Output :

Html delete tag example

Html delete tag example

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




Without Small Tag : This is paragraph without small texts.

Small Tag : This is paragraph with small texts.

Try it »

Output :

Html small tag example

Html small tag example

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




Without Mark Tag : This is paragraph without mark texts.

Mark Tag : This is important paragraph.

Try it »

Output :

Html Mark tag Example

Html Mark tag Example

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




Without italic Tag : This is paragraph without italic texts.

Italic Tag : This is paragraph with italic texts.

Try it »

Output :

Html italc tag

Html italc tag

Html Emphasized tag

Example




Without Emphasized Tag : This is paragraph without Emphasized texts.

Emphasized Tag : This is paragraph with Emphasized texts.

Try it »

Html strong tag


Html strong tag: It basically adds the strong text.


Syntax of Html strong tag

text.

Html Strong tag

Example




Without Strong Tag : This is paragraph without strong texts.

Strong Tag : This is paragraph with strong texts.

Try it »

Output :

Html strong tag

Html strong tag

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

Example





Bold Tag : This is paragraph with bold texts.

Try it »

Html bold tag

Html bold tag