<html>
   <head><title>Demo of the rules 1, 2, and 3</title></head>
    
   <body>
      <p class="main">This paper has the following paragraphs: 1 2 3 4.</p>
       
      <hr>
       
      <p class="main">
         The 
         main 
         part of 
         this paper has the following paragraphs: 
         1 
         2 
         3 
         4
         .
      </p>
   </body>
</html>