Question
Easy

In HTML the _______ element is used to contain characters that should be sub-script.

1
<SCRIPT >
2
<SUB>
3
<SUB SCRIPT>
4
< SUB 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 correct HTML element used to render characters as subscript is the \ tag. This element is specifically designed for text that should be displayed slightly below the normal line of text and usually in a smaller font size. In academic and scientific contexts, this is essential for correctly representing chemical formulas, such as H\2\O, or for specific mathematical notation. By using the \ element,…Read More