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

17 lines
355 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>
frameset, frame, noframes tags
</title>
</head>
<frameset cols="25%,*,25%">
<frame src="frame_a.htm">
<frame src="frame_b.htm">
<frame src="frame_c.htm">
</frameset>
<noframes>
frameset, frame not supported
</noframes>
</html>