Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
80 views
in Programming by (108k points)
closed by
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>

1 Answer

0 votes
by (101k points)
selected by
 
Best answer
Correct Answer - Option 3 : <html> We Love <abbr title = "Border Security Force"> BSF </abbr> Very Much </html>

The <abbr> tag in HTML is used to define the abbreviation or short form of an element. The <abbr> and <acronym> tags are used as shortened versions and used to represent a series of letters. The abbreviation is used to provide useful information to the browsers, translation systems, and search-engines.

Syntax

<abbr title="Detailed-info ">Short-form</abbr>

Example

<abbr title="Border Security Force">BSF</abbr>

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...