TheDeveloperBlog.com

Home | Contact Us

C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML

HTML acronym Tag

HTML acronym Tag with html tutorial, tags, anchor, img, div, entity, textarea, marquee, p tag, heading tag, h1, h2, table, formatting, attribute, elements, ol, ul, Input Types, block element tag, inline element tag, html tags, phrase tag, head, body, form, lists, symbols etc.

<< Back to HTML

HTML <acronym> tag (Not supported in HTML5)

HTML <acronym> tag is used with title attribute to contain a full explanation of an acronym content. When you hover the mouse on content, then it will show the explanation of word.

Note: The <acronym> tag has been depreciated in HTML5 and we can use <abbr> tag instead of <acronym>.

Syntax

<acronym title="Indian Space Research Organisation">ISRO</acronym>

Following are some specifications about the HTML <acronym> tag

Display Inline
Start tag/End tag Both Start tag and End tag
Usage Semantic/Textual

Example

<!DOCTYPE html>
 <html>
 <head>
	<title>Acronym tag</title>
 </head>
  <body>
   <h2>Acronym tag Example</h2>
   <acronym title="Indian Space Research Organisation">ISRO</acronym>
  </body>
</html>
Test it Now

Difference between <acronym> and <abbr> tag

Although <acronym> tag is not supported by HTML5 but instead of that we can use <abbr> tag and we will get the same result using both tag.

Example

<!DOCTYPE html>
 <html>
  <head>
   </head>
  <body>
   <h2>Acronym and Abbreviation Example</h2>
   <acronym title="Indian Space Research Organisation">ISRO</acronym>
   <abbr title="National Aeronautics and Space Administration">NASA</abbr>
  </body>
</html>
Test it Now

Supporting Browsers

Elementchrome browser Chromeie browser IEfirefox browser Firefoxopera browser Operasafari browser Safari
<acronym>YesYesYesYesYes
Next TopicHTML address Tag




Related Links:


Related Links

Adjectives Ado Ai Android Angular Antonyms Apache Articles Asp Autocad Automata Aws Azure Basic Binary Bitcoin Blockchain C Cassandra Change Coa Computer Control Cpp Create Creating C-Sharp Cyber Daa Data Dbms Deletion Devops Difference Discrete Es6 Ethical Examples Features Firebase Flutter Fs Git Go Hbase History Hive Hiveql How Html Idioms Insertion Installing Ios Java Joomla Js Kafka Kali Laravel Logical Machine Matlab Matrix Mongodb Mysql One Opencv Oracle Ordering Os Pandas Php Pig Pl Postgresql Powershell Prepositions Program Python React Ruby Scala Selecting Selenium Sentence Seo Sharepoint Software Spellings Spotting Spring Sql Sqlite Sqoop Svn Swift Synonyms Talend Testng Types Uml Unity Vbnet Verbal Webdriver What Wpf