Advertisement
pacho_the_python

Untitled

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