Advertisement
ujiajah1

codecademy

Aug 14th, 2016
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>The Kingest of Kongs</title>
  5.     </head>
  6.     <body>
  7.         <img src="https://s3.amazonaws.com/codecademy-blog/assets/da840950.jpg" />
  8.         <p>I'm male, 89 years old, and am a giant, Empire State Building-climbing ape.</p>
  9.         <ul>
  10.             <li><p style="color:red">Interests</p>
  11.                 <ul>
  12.                     <li style="font-family:Futura">Bananas</li>
  13.                     <li style="font-family:Futura">Climbing stuff</li>
  14.                     <li style="font-family:Futura">HTML</li>
  15.                 </ul>
  16.             </li>
  17.             <li><p style="color:red">Jobs</p>
  18.                 <ol>
  19.                     <li style="font-family:Futura">Giant ape</li>
  20.                     <li style="font-family:Futura">Web developer</li>
  21.                 </ol>
  22.             </li>
  23.             <li><p style="color:red">Where I Went to School</p>
  24.                 <ol>
  25.                     <li style="font-family:Futura">Diddy Kong Jr. High School</li>
  26.                     <li style="font-family:Futura">Donkey Kong Sr. High School</li>
  27.                     <li style="font-family:Futura">Harvard University (BA)</li>
  28.                     <li style="font-size:18px; font-family:Futura">Yale University (JD) (Current)</li>
  29.                 </ol>
  30.             </li>
  31.             <li><p style="color:red">Favorite Quotes</p>
  32.                 <ul>
  33.                     <li style="font-family:Futura">"If at first you don't succeed, climb a giant building."</li>
  34.                     <li style="font-family:Futura">"A banana in the hand is worth two on the tree."</li>
  35.                 </ul>
  36.             </li>
  37.         </ul>
  38.     </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement