makispaiktis

Codecademy - 7th Course - Exercise (HTML)

Sep 2nd, 2019 (edited)
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.74 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.   <title>The Rise of Soccer in The US</title>
  6.  
  7.   <link href="style.css" type="text/css" rel="stylesheet">
  8. </head>
  9.  
  10. <body>
  11.  
  12.   <div class="content">
  13.     <img src="https://s3.amazonaws.com/codecademy-content/courses/web-101/unit-4/htmlcss1-img_writer-avatar.jpg" class="writer-img">
  14.     <h3 class="byline">Article By: Jane Dover</h3>
  15.     <h1>How the Rise of Soccer in the US Is Changing the Face of Youth Sports</h1>
  16.     <h2>The focus on soccer in youth sports programs is exploding nation-wide</h2>
  17.     <p>When the first World Cup arrived in the US in the 90's everyone officially declared that soccer was it. Well it's taken it's time but we can definitely see the influence of soccer, especially women's soccer, across the US. This year, 3 million kids
  18.       played in youth soccer leagues with 2/3 of those leagues for girls. In fact, in the 12-17 age range the MLS has surpassed the MLB and NFL in popularity.</p>
  19.     <p>Part of this meteoric rise can be attributed to the impressively soaring ad dollars being pumped into the Women's World Cup games in 2014. The women's games generated $40 million for Fox, that's definitely not chump change. And those advertisers,
  20.       like ATT, Coca Cola, Verizon, Nike, Visa, and other heavy hitters, are working to make sure they see those numbers grow year after year by investing in youth soccer facilities and promoting programs across the country. </p>
  21.     <p>Now that big business is involved you can be assured you'll see a continued rise in popularity in soccer across the country for years to come. </p>
  22.   </div>
  23.  
  24.   <div class="image">
  25.     <p class="caption">The local semi- pro soccer team in Seattle, WA plays an international friendly</p>
  26.   </div>
  27.  
  28. </body>
  29.  
  30. </html>
Add Comment
Please, Sign In to add comment