Defines inline content that represents an abbreviation or an acronym. The title attribute may be used to provide the full term.
Attribute | Description | Type | Default | Options | Use |
---|---|---|---|---|---|
title | Specifies the full term | xs:string | optional |
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2">
<head>
<title>abbr</title>
</head>
<body>
<p>In <abbr title="Multi-Channel Server">MCS</abbr> you can separate application design from
device delivery by defining policies.</p>
</body>
</html>