Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head><title>hello world!</title></head>
  4. <body>
  5. <main>
  6. <article>
  7. <header>
  8. <h1>Flexbox: The definitive guide</h1>
  9. <aside>
  10. <header>
  11. <h2>About the author: Wes McSilly</h2>
  12. <p><a href="./wes-mcsilly/">Contact him! (Why would you?)</a></p>
  13. </header>
  14. <p>Expert in nothing but Flexbox. Talented circus sideshow.</p>
  15. </aside>
  16. </header>
  17. <p><ins>The guide about Flexbox was supposed to be here, but it
  18. turned out Wes wasn’t a Flexbox expert either.</ins></p>
  19. </article>
  20. </main>
  21. <script id="jsbin-javascript">
  22. <!DOCTYPE html>
  23. <html lang="en">
  24. <head>
  25. <title>Great Dogs for Families</title>
  26. </head>
  27. <body>
  28.  
  29. <header>
  30. <h1>The Border Terrier</h1>
  31. <nav>
  32. <ul>
  33. <li><a href="index.html">Home</a></li>
  34. <li><a href="about.html">About</a></li>
  35. <li><a href="health.html">Health</a></li>
  36. </ul>
  37. </nav>
  38. </header>
  39. <main>
  40. <section>
  41. <header>
  42. <h2>About</h2>
  43. <nav>
  44. <ul>
  45. <li><a href="#basic">Basic</a></li>
  46. <li><a href="#app">Appearance</a></li>
  47. <li><a href="#temp">Temperament</a></li>
  48. </ul>
  49. </nav>
  50. </header>
  51. <section id="basic">
  52. <h3>Basic Information</h3>
  53. <p>The Border Terrier is a small, rough-coated breed of
  54. dog of the terrier group, originally bred as fox and vermin
  55. hunters. [...]</p>
  56. </section>
  57. <section id="app">
  58. <h3>Appearance</h3>
  59. <p>Identifiable by their otter-shaped heads, Border Terriers
  60. have a broad skull and short (although many be fairly long),
  61. strong muzzle with a scissors bite. [...]</p>
  62. </section>
  63. <section id="temp">
  64. <h3>Temperament</h3>
  65. <p>Though sometimes stubborn and strong willed, border terriers
  66. are, on the whole very even tempered, and are friendly and rarely
  67. aggressive. [...] </p>
  68. </section>
  69. <aside>
  70. <h3>History</h3>
  71. <p>The Border Terrier originates in, and takes its name from the
  72. Scottish borders. [...] </p>
  73. </aside>
  74. <footer>
  75. <a href="#basic">Basic</a> -
  76. <a href="#app">Appearance</a> -
  77. <a href="#temp">Temperament</a>
  78. </footer>
  79. </section>
  80. </main>
  81. <footer>
  82. <small>Copyright © <time datetime="2013">2013</time> by I. Devlin</small>
  83. </footer>
  84.  
  85. </body>
  86. </html>
  87. </script>
  88.  
  89.  
  90.  
  91. <script id="jsbin-source-javascript" type="text/javascript"><!DOCTYPE html>
  92. <html lang="en">
  93. <head>
  94. <title>Great Dogs for Families</title>
  95. </head>
  96. <body>
  97.  
  98. <header>
  99. <h1>The Border Terrier</h1>
  100. <nav>
  101. <ul>
  102. <li><a href="index.html">Home</a></li>
  103. <li><a href="about.html">About</a></li>
  104. <li><a href="health.html">Health</a></li>
  105. </ul>
  106. </nav>
  107. </header>
  108. <main>
  109. <section>
  110. <header>
  111. <h2>About</h2>
  112. <nav>
  113. <ul>
  114. <li><a href="#basic">Basic</a></li>
  115. <li><a href="#app">Appearance</a></li>
  116. <li><a href="#temp">Temperament</a></li>
  117. </ul>
  118. </nav>
  119. </header>
  120. <section id="basic">
  121. <h3>Basic Information</h3>
  122. <p>The Border Terrier is a small, rough-coated breed of
  123. dog of the terrier group, originally bred as fox and vermin
  124. hunters. [...]</p>
  125. </section>
  126. <section id="app">
  127. <h3>Appearance</h3>
  128. <p>Identifiable by their otter-shaped heads, Border Terriers
  129. have a broad skull and short (although many be fairly long),
  130. strong muzzle with a scissors bite. [...]</p>
  131. </section>
  132. <section id="temp">
  133. <h3>Temperament</h3>
  134. <p>Though sometimes stubborn and strong willed, border terriers
  135. are, on the whole very even tempered, and are friendly and rarely
  136. aggressive. [...] </p>
  137. </section>
  138. <aside>
  139. <h3>History</h3>
  140. <p>The Border Terrier originates in, and takes its name from the
  141. Scottish borders. [...] </p>
  142. </aside>
  143. <footer>
  144. <a href="#basic">Basic</a> -
  145. <a href="#app">Appearance</a> -
  146. <a href="#temp">Temperament</a>
  147. </footer>
  148. </section>
  149. </main>
  150. <footer>
  151. <small>Copyright © <time datetime="2013">2013</time> by I. Devlin</small>
  152. </footer>
  153.  
  154. </body>
  155. </html></script></body>
  156. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement