tidy-html5/test/accessTest/6-5-1-4.html
Michael[tm] Smith b92d7aab88 new
2011-11-17 11:44:16 +09:00

14 lines
285 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html lang="en">
<head>
<title>aert1.0/6.5.1</title>
</head>
<frameset>
<a href="mike.html">hello</a>
<noframes>
<p>content within noframes</p>
</noframes>
</frameset>
</html>