Advertisement
Neri0817

Semantic Article Page

Sep 18th, 2021
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8.     <title>Semantic Article Page</title>
  9. </head>
  10.  
  11. <body>
  12.     <header>
  13.         <article>
  14.             <h1>Apple</h1>
  15.             <p>Published: 9th October, 2009</p>
  16.         </article>
  17.     </header>
  18.     <p>An <b>apple</b> is a sweet, edible fruit produced by an apple tree (Malus pumila).
  19.         Apple trees are cultivated worldwide and are the most widely grown species in the genus Malus.</p>
  20.     <p>The tree originated in Central Asia, where its wild ancestor, Malus sieversii, is still found today.
  21.         Apples have been grown for thousands of years in Asia and Europe and were brought to North America by European
  22.         colonists.</p>
  23.     <p>Apples have religious and mythological significance in many cultures, including Norse, Greek and European
  24.         Christian traditions.</p>
  25.     <section>
  26.         <h1>Comments</h1>
  27.         <article>
  28.             <h2>Posted by: Apple Lover</h2>
  29.             <p><time>~1 hour ago</time></p>
  30.             <p><comment>I love apples, my favourite kind are Granny Smiths</comment></p>
  31.         </article>
  32.         <article>
  33.             <h2>Posted by: Oranges are king</h2>
  34.             <p><time>~1 hour ago</time></p>
  35.             <p><comment>Urgh, apples!? you should write about ORANGES instead!!!!</comment></p>
  36.         </article>
  37.     </section>
  38. </body>
  39.  
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement