 
<html>
   
  <body>
     
    <h1>SAMPLE1</h1>
     
    <p>members of this HASH will be inserted here and title</p>
     
  </body>
   
</html> 
<html>
   
  <body>
     
    <h1>SAMPLE2</h1>
     
    <p>Members of this object will be inserted here and title</p>
     
  </body>
   
</html> 
<html>
   
  <body>
     
    <h1>SAMPLE3</h1>
     
    <p>Members of this object will be inserted here and title</p>
     
  </body>
   
</html> 
<ul>
   
  <li>1</li>
  <li>2</li>
  <li>3</li>
</ul> 
<table>
   
  <tr>
  <td>ruby</td>
  <td>www.ruby-lang.org</td>
  </tr>
  <tr>
  <td>java</td>
  <td>java.sun.com</td>
  </tr>
</table>