Advertisement
drak138

Untitled

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