Computer Science, asked by kanwarsaroj1604, 2 months ago

define the following HTML tag and write their syntax
1) front tag

2) subscript tag

3) super script tag

4) heading tag

5) marquee tag​

Answers

Answered by pamdeyshreyansh81
2

Answer:

1) \blue{ font \: tag}

Font tag in HTML is used to define the font of the text entered .

For example - Font size , font colour etc

2) \red{subscript \: text}

Subscript tag in HTML is used to write a text side below the main text .

For example -

{h}_{2}{0} \:  \: {0}_{2} \: etc.

3) \: superscript \: text

Superscript Tag in HTML Is used to denote an number or alphabat as a power of other .

For example-

 {a}^{2} , \:  {b.}^{2} etc

4) \: heading \: text

It is used in HTML to write a text as a heading .

5) \: marquee \: text \:

It is used in HTML to make a text to move according on the screen.

Similar questions