Advertisement
opensandwich

resulting html

Sep 9th, 2012
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.99 KB | None | 0 0
  1.  
  2.  
  3. <h1>A First Level Header</h1>
  4.  
  5. <p>A Second Level Header
  6. <li>---------------------</li>
  7.  
  8. <p>Now is the time for all good men to come to
  9. the aid of their country. This is just a
  10. regular paragraph.</p>
  11.  
  12. <p>The quick brown fox jumped over the lazy
  13. dog's back.</p>
  14.  
  15. <h3>Header 3</h3>
  16.  
  17. <blockquote>
  18. <p> This is a blockquote.
  19. <p> This is the second paragraph in the blockquote.
  20. <h2>This is an H2 in a blockquote</h2>
  21.  
  22. </blockquote>
  23.  
  24. <h2>Header 2</h2>
  25.  
  26. <p>Some of these words <b>are emphasized</b>.
  27. Some of these words <b>are emphasized also</b>.</p>
  28.  
  29. <p>Use two asterisks for <strong>strong emphasis</strong>.
  30. Or, if you prefer, <strong>use two underscores instead</strong>.</p>
  31.  
  32. <li>Candy.</li>
  33. <li>Gum.</li>
  34. <li>Booze.</li>
  35.  
  36. <li>Candy.</li>
  37. <li>Gum.</li>
  38. <li>Booze.</li>
  39.  
  40. <li>Candy.</li>
  41. <li>Gum.</li>
  42. <li>Booze.</li>
  43.  
  44. <ol>
  45. <li>  Red</li>
  46. <li>  Green</li>
  47. <li>  Blue</li>
  48. </ol>
  49.  
  50. <p>5.  NoCol</p>
  51.  
  52. <ol>
  53. <li>  Red</li>
  54. <li>  Green</li>
  55. <li>  Blue</li>
  56. </ol>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement