Question
Easy
This element is used to change the current directionality of the text, in HTML:
1
<dd>
2
<dfn>
3
<pre>
4
<bdo>
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Web Designing using HTML
Topic: HTML Basics
Correct Answer
Option D
Explanation
The correct option is (4): The HTML element used to explicitly change the current directionality of the text is the \ tag, which stands for Bi-Directional Override. The primary function of the \ element is to tell the browser to ignore the standard Unicode algorithm used for directional text handling and render the contained text in a strict direction specified by its mandatory dir attribute (either ltr for Left-to-Right or…Read More
Similar Questions from HTET Exam - Level 3 - Year 2022
Question 1
Easy
Source :
HTET 2022
In OSI model match the following: i. Physical layer - a. Dialog control & synchronization ii. Data link layer - b. Synchronization of bits iii.…
Chapter :
Computer Networks & Internet
Topic :
Computer Network
Question 2
Easy
Source :
HTET 2022
In MS-PowerPoint function key F7 is used to.......
Chapter :
Office Automation Tools
Topic :
Presentation Software (MS Power-Point)
Question 3
Easy
Source :
HTET 2022
Consider Column-I and Column-II in context of tools to support UML diagram for analysis modeling : Column-I - Column-II i. Power Designer - a. IBM…
Chapter :
Software Engineering & Problem Solving
Topic :
SDLC (Major stages)
Question 4
Easy
Source :
HTET 2022
Choose the SQL commands to perform following operations on a relation R: I: Retain Relation R in database, but delete all tuples in R. II:…
Chapter :
Database Management System (DBMS) & SQL
Topic :
SQL