Question
Easy
In HTML Version 5 the ....... element is appropriate for marking up the titles of works of art, music, movies, books etc.
1
<cite>
2
<refer>
3
<highlight>
4
<bold>
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Web Designing using HTML
Topic: HTML Basics
Correct Answer
Option A
Explanation
The correct option is (1): The \ element is the semantically correct choice in HTML5 for marking up the title of a creative work, such as a book, a movie, a song, a painting, a research paper, or a play. The primary purpose of this element is to provide structural and semantic meaning to the content, rather than just applying a visual style. When a browser, screen reader, or search…Read More
Similar Questions from HTET Exam - Level 3 - Year 2019
Question 1
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
Question 2
Easy
Source :
HTET 2019
The keywords private, protected and public may appear _______ in the declaration of a class in C++.
Chapter :
Object-Oriented Programming (C++)
Topic :
Class & Object in C++
Question 3
Easy
Source :
HTET 2019
Consider a graph G of 8 vertices containing no self loop. If there is no more than one edge between any pair of vertices, maximum…
Chapter :
Data Structures (Through C++)
Topic :
Data Structure Concepts
Question 4
Easy
Source :
HTET 2019
In context of error detection and correction in computer networks, CRC stands for:
Chapter :
Computer Networks & Internet
Topic :
Computer Network