Computer Science, asked by BrainlyProgrammer, 3 months ago

[Urgent]
Difference between subscript and superscript variables.​

Answers

Answered by Anonymous
42

Answer :-

Superscript and subscript are HTML tags, used to display special type of content. Superscript display the content slightly above the normal line whereas subscript display content slightly below the normal line.

Examples of both these tags are below :;

Superscript :- ² ³ ⁴ ⁾ ⁽  ᵇ ᵃ

Subscript :- ₁ ₂ ₃ ₓ ₐ ₙ ₍₆₎

In HTML, we use these below tags to display subscript and superscript content::

Superscript:-

  • Starting tag — <sup>
  • Ending tag — </sup>

Subscript tag:-

  • Starting tag — <sub>
  • Ending tag — </sub>

These both are container tag.

See attachment for better understanding...

Attachments:
Answered by peehuthakur
1

Answer:

A subscript or superscript is a character (such as a number or letter) that is set slightly below or above the normal line of type, respectively. It is usually smaller than the rest of the text. Subscripts appear at or below the baseline, while superscripts are above

Explanation:

Mark me as a brainliest plz

Similar questions