Sha256: 553780d074c5f58a833f195a40f2a4cb3f2c91e4745c4a84ed061ec4eb5ac462
Contents?: true
Size: 1.31 KB
Versions: 22
Compression:
Stored size: 1.31 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Nested Elements</title> </head> <body> <span id="grandparent_span"> <div id="grandparent"> <span class="parent" id="parent_span"> <div id="parent"> <div id="first_sibling"> <span id="child_span"> <div id="oldest_child"> <span id="grandson_span"> <div id="first_grandson"></div> <div id="second_grandson"></div> </span> </div> <div id="middle_child"></div> <div id="youngest_child"></div> </span> </div> <span class="a" id="between_siblings1"></span> <div class="b" id="second_sibling"></div> <span class="a" id="between_siblings2"></span> <div class="a b" id="third_sibling">text</div> </div> </span> </div> </span> </body> </html>
Version data entries
22 entries across 22 versions & 1 rubygems