Sha256: 4793a104f8cbbf35409c0a69726bd5b8baf85768ea16184b2c63f5edce8b9a2f
Contents?: true
Size: 660 Bytes
Versions: 15
Compression:
Stored size: 660 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Iframes</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <h1>Iframes</h1> <iframe src="iframe_1.html" id="iframe_1" name="iframe1" class="half"></iframe> <iframe src="frame_2.html" id="iframe_2" name="iframe2" class="half"></iframe> <div class="wrapper"> <iframe src="nested_elements.html" id="iframe_3" name="iframe3"></iframe> </div> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems