tidy-html5/test/html5/html4/acronym4.html

15 lines
289 B
HTML
Raw Normal View History

2014-08-05 11:11:09 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>
acronym
</title>
</head>
<body>
<p>An acronym for the World Wide Web is <strong>
<acronym title="World Wide Web">WWW</acronym></strong>
</p>
</body>
</html>