Advertisement
daveysquier

Assignment 1

Oct 24th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. <h1>Career Leaders for Home Runs</h1>
  2. <h2>MLB</h2>
  3. <p>
  4. Listed below are the 5 greatest<br>
  5. lifetime long ball hitters that made it their<br>
  6. career terrorizing pitchers whenever they stepped <br>
  7. up to the plate. <Strong>Note:</strong>Names in <br>
  8. bold are from the <q>the steroids era</q>. <br>
  9.  
  10. </p>
  11. <q><em>The Steroids Era</em></q> refers to a period of time<br>
  12. in <strong>Major League Baseball</strong> when a number of players<br>
  13. were believed to have used performance-enhancing <br>
  14. drugs, resulting in increased offensive output <br>
  15. throughout the game. Unlike other MLB <q>eras,</q> there<br>
  16. is no defined start or end time to <q>the steroids era,</q><br>
  17. though it is generally considered to have run from <br>
  18. the late '80s through the late 2000s.<br>
  19. </p>
  20. <button>WATCH ME HIT ANOTHER DINGER</button>
  21.  
  22. <dl>
  23. <dt>Home Run</dt>
  24. <dt>All Time Leaders</dt>
  25. <dl>
  26.  
  27. <table>
  28. <tr>
  29. <th>Rank</th>
  30. <th>Name</th>
  31. <th>Home Runs</th>
  32. </tr>
  33. <tr>
  34. <td>1</td>
  35. <td><strong>Barry Bonds</strong></td>
  36. <td>762</td>
  37. </tr>
  38. <tr>
  39. <td>2</td>
  40. <td>Hank Aaron</td>
  41. <td>755</td>
  42. </tr>
  43. <tr>
  44. <td>3</td>
  45. <td>Babe Ruth</td>
  46. <td>714</td>
  47. </tr>
  48. <tr>
  49. <td>4</td>
  50. <td>Willie Mays</td>
  51. <td>660</td>
  52. </tr>
  53. <tr>
  54. <td>5</td>
  55. <td><strong>Alex Rodriguez</strong></td>
  56. <td>647</td>
  57. </tr>
  58. </table>
  59.  
  60. <h2>AFC West</h2>
  61. <ul>
  62. <li>Denver, Broncos</li>
  63. <li>Oakland, Raiders</li>
  64. <li>San Diego, Chargers</li>
  65. <li>Kansas City, Cheifs</li>
  66. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement