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
Similar Questions from HTET Exam - Level 3 - Year 2019
Question 1
Easy
Source :
HTET 2019
Consider the following HTML code: Task Completion Status : 80% Completed Choose true statement(s) about the output displayed on web page : I: Text 'Task…
Chapter :
Web Designing using HTML
Topic :
HTML Basics
Question 2
Easy
Source :
HTET 2019
_______ is a challenge response mechanism to ensure that on the other side a person is responding and not a machine.
Chapter :
Computer Networks & Internet
Topic :
Internet Fundamentals
Question 3
Easy
Source :
HTET 2019
Which of the following is empty or void element in HTML?
Chapter :
Web Designing using HTML
Topic :
HTML Elements
Question 4
Easy
Source :
HTET 2019
In context of C++, consider following loop-statement: while(5) {cout <<"Hello";}
Hello will be displayed _______ time(s) by the above loop.
Chapter :
Object-Oriented Programming (C++)
Topic :
Programming in C++ Basics