HTML <abbr> tag
You are Here:
HTML <abbr> tag
The <abbr>
tag defines an abbreviation or acronym, such as "PDF", "CPU", "RAM", "WWE".
The title
attribute in the <abbr>
element provides a full-text explanation with an abbreviation or acronym.
Example
HTML Online Editor
<!DOCTYPE html>
<html>
<body>
<p><abbr title="Artificial Intelligence">AI</abbr> could spell the end of the human race.</p>
</body>
</html>
Attributes
The following are the attributes of <abbr> tag. Also try Global attributes.
Attribute | Value | Explanation |
---|---|---|
title | Definition for abbreviation | It helps users and Googlebot what a shortened form of a word or phrase means. |
Reminder
Hi Developers, we almost covered 99.5% of HTML Tutorials with examples for quick and easy learning.
We are working to cover every Single Concept in HTML.
Please do google search for:
Join Our Channel
Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.
This channel is primarily useful for Full Stack Web Developer.