Text element: the abbreviation element : abbr « Tags « HTML / CSS






Text element: the abbreviation element

 




<html>
<head>
<title>Text element: the abbreviation element</title></head>
<body>
<ul>
<li><abbr>This is how the abbreviation element displays.</abbr></li>
</ul>
</body>
</html>

 








Related examples in the same category

1.Add dotted bottom line to abbr and acronym