xxxxxxxxxx
<!DOCTYPE html>
<html lang="en">
<head>
<title>Example of HTML acronym tag</title>
</head>
<body>
<p>The <acronym title="Hyper Text Markup Language">HTML</acronym> is the publishing language of the World Wide Web.</p>
</body>
</html>