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"> </frameset> </html>