HTML acronym Tag
The HTML <acronym> tag used to defines an acronym or abbreviation of the HTML document. Not supported in HTML5 The <acronym> tag is a deprecated HTML tag and is not supported in HTML5, Instead use the <abbr> tag. Syntax <acronym title="your title">Acronym Text</acronym> Example <!DOCTYPE html> <html> <head> <title>Acronym Tag Example - KrTricks</title> </head> <body> <h2>Example of <acronym>…
View On WordPress















