#htmlpubquiz How do you get a Siamese twins document (i.e. two <head>s and two <body>s) using only innerHTML/outerHTML?
#htmlpubquiz Where does the outer form element end? <form> <div> <form> </form>A </div>B </form>C
#htmlpubquiz Where does the script element end? <script> <script> <!-- <script> <script> </script>A </script>B --> </script>C </script>D