Question
Easy

In HTML the _______ element is used to contain characters that should be super script:

1
<SUPER>
2
<SUP>
3
<SUPER SCRIPT>
4
<SUP SCR>
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Web Designing using HTML
Topic: HTML Basics
Correct Answer
Option B
Explanation

The correct option is (2): The \ element is the standard and correct tag in HTML used to define superscript text. Superscript characters are characters that are rendered slightly above the normal line of text and are typically displayed in a smaller font. This element is essential for semantically marking up text that should represent mathematical exponents (e.g., in the expression E=mc\2\), ordinal numbers (e.g., 4\th\), or footnote references. HTML…Read More

In html the - HTET Level 3 | Clear Cutoff