<!DOCTYPE html>
<html>
<head>
<style>
abbr {
display: inline;
}
</style>
</head>
<body>
<p>An abbr element is displayed like this:</p>
<p><abbr title="Hyper Text Markup Language">HTML</abbr> describes the structure of Web pages using markup.</p>
<p>Change the default CSS settings to see the effect.</p>
</body>
</html>