The Tip: Use the global |
Example:
HTML
<p>The <abbr title="World Health Organization">WHO</abbr> was founded in 1948.</p>
Example:
HTML
<p><dfn><abbr title="Cascading Style Sheets">CSS</abbr>
</dfn> is a language that describes the style of an HTML document.</p>
Most browsers will display the <abbr>
element with the following default values:
Example:
HTML
<style>
abbr {
display: inline;
}
</style>
<p><abbr title="Hyper Text Markup Language">HTML</abbr> describes the structure of Web pages using markup.</p>
Reffered: https://www.w3schools.com/tags/tag_abbr.asp
An abbreviation is marked up as follows | HTML Tag |
What types of Browsers will Support <abbr> Tag | HTML Tag |
<abbr> can also be used with <dfn> to define an abbreviation | HTML Tag |
Default CSS Settings for <abbr> Tag | HTML Tag |
Read Full: | HTML Tag |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded: | 10 months ago |
Uploaded by: | Admin |
Views: | 32 |