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

Which of the following - HTET Level 3 | Clear Cutoff