What is Abbr tag in HTML, What is the use of Abbr Tag in HTML


What is Abbr tag in HTML, What is the use of Abbr Tag in HTML

The Abbr Tag is used to give a useful information for a particular text like a tool tip.
If you want to give the tool tip for a particular text and tell the users what its actually then you can use the <abbr> tag.

Example:-

<html>
<body>
<abbr title="World Wide Web">WWW consist of all the public websites connected to the Internet  </abbr>
In above example when you take the mouse pointer on the WWW the tool tip is appear and it shows World Wide Web.


{ 0 comments... read them below or add one }

Post a Comment