Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>JS Bin</title>
  7. </head>
  8. <body>
  9. <article class="book">
  10. <header>
  11. <h2>My Book</h2>
  12. <p>A sample with not much content</p>
  13. <p><small>Published by Dummy Publicorp Ltd.</small></p>
  14. </header>
  15.  
  16. <section class="chapter">
  17. <h3>My First Chapter</h3>
  18. <p>This is the first of my chapters. It doesn’t say much.</p>
  19. <p>But it has two paragraphs!</p>
  20. </section>
  21. <section class="chapter">
  22. <h3>It Continues: The Second Chapter</h3>
  23. <p>Bla dee bla, dee bla dee bla. Boom.</p>
  24. </section>
  25. <section class="chapter">
  26. <h3>Chapter Three: A Further Example</h3>
  27. <p>It’s not like a battle between brightness and earthtones would go
  28. unnoticed.</p>
  29. <p>But it might ruin my story.</p>
  30. </section>
  31. <section class="appendix">
  32. <h3>Appendix A: Overview of Examples</h3>
  33. <p>These are demonstrations.</p>
  34. </section>
  35. <section class="appendix">
  36. <h3>Appendix B: Some Closing Remarks</h3>
  37. <p>Hopefully this long example shows that you <em>can</em> style
  38. sections, so long as they are used to indicate actual sections.</p>
  39. </section>
  40. </article>
  41.  
  42.  
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement