Prev Demo
HTML5
>
Abbr Tag - Abbreviation Of Element
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html /> <html> <head> <title>abbr was earlier acronym tag</title> <meta charset="UTF-8" /> </head> <body> It is used to mark abbreviation or acronym of the words. <p> <abbr title="DotNetFunda.com">DNF</abbr> <span title="DotNetFunda.com">DNF</span> </p> Something is <span style="color:red;">good</span>. </body> </html>
Note: We DO NOT save your trial code in our database.
Output