tidy-html5/test/html5/html4/acronym5.html
2014-08-08 17:50:12 +02:00

24 lines
603 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>
acronym
</title>
<style>
strong { color: red }
</style>
</head>
<body>
<p>An acronym for the World Wide Web is <strong>
<acronym title="World Wide Web">WWW</acronym></strong>
</p>
<p>This file contains <strong>&lt;acronym title=&quot;World Widw Web&quot;&gt;WWW&lt;/acronym&gt;</strong>
</p>
<p>The 'experimental' Nu Markup Checker flags this as an <strong>ERROR</strong> with the string <strong>
&quot;Error: The acronym element is obsolete. Use the abbr element instead.&quot;</strong>
</p>
</body>
</html>