cthulhu/test/html/abbr.html

11 lines
230 B
HTML

<html>
<head></head>
<body>
<p>No abbreviation here.</p>
<p>
<abbr title="Web Hypertext Application Technology Working Group">WHATWG</abbr>
started working on HTML5 in 2004.</p>
<p>No abbreviation here either.</p>
</body>
</html>