Show Output
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html lang="en"> <head> <title>This is a frameset document</title> </head> <frameset rows="*,*"> <frame src="/examples/html/sample-a.html" name="frame-a"> <frame src="/examples/html/sample-b.html" name="frame-b"> <noframes> <p>Here is the <a href="/examples/html/noframes.html">non-frame based version of the document.</a></p> </noframes> </frameset> </html>