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