Articles → HTML → Abbr Tag In HTML
Abbr Tag In HTML
Purpose
Syntax
<abbr title="Tool tip">Text</abbr>
Example
<html>
<head>
<title>Abbr Demo</title>
</head>
<body>
<abbr title="State Bank Of India">SBI</abbr> was founded in 1955.
I love fruits like mango, apple <abbr title="et cetera">etc.</abbr>
</body>
</html>
Try It
Output
Browser Support
Internet Explorer | Firefox | Chrome | Safari | Opera | Edge |
---|
Yes | Yes | Yes | Yes | Yes | Yes |