Question
Easy
Which of the following is appropriate option to display on web page 'We Love BSF Very Much' with a tool tip (full form) for the word 'BSF' ?
1
<html> We Love <FF = "Border Security Force"> BSF </FF> Very Much </html>
2
<html> We Love <BSF = "Border Security Force"> BSF </BSF> Very Much </html>
3
<html> We Love <abbr title= "Border Security Force"> BSF </abbr> Very Much </html>
4
<html> We Love <Full "Border Security Force"> BSF </Full> Very Much </html>
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Web Designing using HTML
Topic: HTML Basics
Correct Answer
Option C
Explanation
The correct option is (3): This is the appropriate option because it uses the correct, semantic, and standard HTML5 element for marking up an abbreviation or acronym. The \ tag semantically indicates that the enclosed text ("BSF") is an abbreviation. Crucially, the title attribute is the universally recognized HTML mechanism for providing supplementary information about an element. When a user hovers their mouse cursor over the abbreviated text "BSF," the…Read More
Similar Questions from HTET Exam - Level 3 - Year 2019
Question 1
Easy
Source :
HTET 2019
In context of software testing, which of the following testing is not a level or type of development testing?
Chapter :
Software Engineering & Problem Solving
Topic :
SDLC (Major stages)
Question 2
Easy
Source :
HTET 2019
Consider a directed graph $G=\{V,E\}$ with vertex set V = {A, B, C, D} and edge set E = {AB, AC, BC, BD, DC}. Which…
Chapter :
Data Structures (Through C++)
Topic :
Data Structure Concepts
Question 3
Easy
Source :
HTET 2019
Consider Column - I and Column -2: Column-1 - Column-2 i. baidu - a. Social Networking, ii. alibaba - b. E-mail iii. linkedin - c.…
Chapter :
Computer Networks & Internet
Topic :
Internet Fundamentals
Question 4
Easy
Source :
HTET 2019
Consider Column-1 and Column-2: Column-1 - Column-2 i. Microsoft Excel, - a. Remote Desktop Access ii. Oracle - b. Operating System, iii. Ubuntu - c.…
Chapter :
Operating Systems & Software Concepts
Topic :
Computer Software