OSDN Git Service

Initial commit
[wordring-tm/wordring-tm.git] / third_party / tidy-html5-master / test / html5 / html4 / frameset4.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3  <head>
4   <title>
5    frameset, frame, noframes tags
6   </title>
7  </head>
8 <frameset cols="25%,*,25%">
9   <frame src="frame_a.htm">
10   <frame src="frame_b.htm">
11   <frame src="frame_c.htm">
12 </frameset>
13 <noframes>
14 frameset, frame not supported
15 </noframes>
16 </html>