loader.save("<html>\n  <head>\n    <title>Basic HTML page example</title>\n  </head>\n\n  <body>\n\n    <h1>Big, Bold Header!</h1>\n    <p>Standard paragraph text.</p>\n\n  </body>\n</html>");
loader.save("<html>\n  <head>\n    <title>HTML example page 2</title>\n  </head>\n\n  <body>\n\n    <h1>H1 Tags Make Headlines</h1>\n    <p>Paragraph tags make text paragraphs.</p>\n\n  </body>\n</html>");

loader.load_all('code');
