Advertisement
makispaiktis

Codecademy - 3rd Exercise - Forms (Original HTML)

Aug 26th, 2019 (edited)
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.65 KB | None | 0 0
  1. <html lang="en" dir="ltr">
  2.   <head>
  3.     <meta charset="utf-8">
  4.     <title>Completed Story</title>
  5.     <script type="text/javascript" src="main.js" defer></script>
  6.     <link rel="stylesheet" href="style.css">
  7.   </head>
  8.   <body>
  9.     <section id="top">
  10.       <img src="https://s3.amazonaws.com/codecademy-content/courses/learn-html-forms/formAStoryLogo.svg" alt="Form A Story Logo">
  11.     </section>
  12.     <section id="main">
  13.       <h1 id="title">The Tortoise and the Hare</h1>
  14.       <article id="story">
  15.         <p>A Hare was making fun of the Tortoise one day for being so slow.</p>
  16.  
  17.         <p>"Do you ever get anywhere?" he asked with a mocking laugh.</p>
  18.  
  19.         <p>"Yes," replied the Tortoise, "and I get there sooner than you think. I'll run you a race and prove it."</p>
  20.  
  21.         <p>The Hare was much amused at the idea of running a race with the Tortoise, but for the fun of the thing he agreed. So the Fox, who had consented to act as judge, marked the distance and started the runners off.</p>
  22.  
  23.         <p>The Hare was soon far out of sight, and to make the Tortoise feel very deeply how ridiculous it was for him to try a race with a Hare, he lay down beside the course to take a nap until the Tortoise should catch up.</p>
  24.  
  25.         <p>The Tortoise meanwhile kept going slowly but steadily, and, after a time, passed the place where the Hare was sleeping. But the Hare slept on very peacefully; and when at last he did wake up, the Tortoise was near the goal. The Hare now ran his swiftest, but he could not overtake the Tortoise in time.</p>
  26.       </article>
  27.  
  28.       <hr>
  29.      <a href="index.html">Start Over!</a>
  30.     </section>
  31.  
  32.   </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement