answersLogoWhite

0

The abbr tag is used to expand abbreviations for people. For instance, W3C stands for the World Wide Web Consortium. The abbr tag for it would be:

<abbr title="World Wide Web Consortium">W3C</abbr>

In most browsers, the abbr tag looks similar to a link. When you hover over the tag, the browsers produce a "tool-tip" styled box next to the mouse with the value of the title attribute in it. This behavior is not anyplace in the standard. They've just all decided it's a good solution.

You can find the HTML5 definition for the abbr tag at W3Scools.com (see the Related Links)

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What HTML tag is used to mark the top of the page?

The first tag you use when developing an HTML document is the tag. The first tag you use for the main content of your page is the tag. is the tag that marks the top of an HTML page. The minimum required first like is , which starts the definition of the page content.


What is the tag used for scrollings in HTML?

You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.


What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


How do you use blink tag in HTML?

Come on down!


Which HTML tag does not use as an end tag?

You have to close everything with another tag such as openingtag:&lt;marquee&gt; closingtag:&lt;/marquee&gt;.


Why use HTML tags?

Tags are the basic rules in HTML like if you wanted to add a dotted list you can use the ul tag and you can add images with the img tag and you can make the image a link by nesting the img inside a link tag but i believe the most useful tag is the div tag


How do you use a word that isn't in english in an HTML title tag?

There is no requirement that the word or words inside the HTML title tag be in English. They can be in any language you like.


How do you use border in HTML?

Border can be an attribute in html. For example, in the table tag. This will put a border around the table.As another example, it can be used in the img tag.


What is the use of basefont tag in HTML?

The basefont tag was used in versions of HTML prior to HTML 4.01. In HTML 4.01 it was deprecated. It is not supported in XHTML 1.0, nor in HTML 5. It was used to describe the font for an entire document. Later font tags would override this declaration. Currently, the basefont tag is only supported by Internet Explorer. A developer should use CSS to replicate its function (similar to the &lt;font&gt; tag.)


What is the correct HTML element for inserting a line break?

Correct HTML tag for inserting a line break? you can use &lt;br/&gt;


Login code for HTML?

If you mean how to create a login code with HTML, you need a tag called and a tag called and something in another programming language, such as php or java. There is no login code necessary to use HTML.


What HTML character symbolizes that the tag is a closing tag?

You are probably referring to the front slash. It, along with the less than sign and the greater than sign and the name of the tag, form an end tag, like this: &lt;/html&gt; The opening tag does not have the front slash, so it is the character that makes the difference.