Advertisement
ivantanchev

worrld_cup_news

Jan 13th, 2023
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.09 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <title>World Cup News</title>
  8.     <link rel="stylesheet" href="world-cup-news.css">
  9. </head>
  10. <body>
  11.     <main id="wrapper">
  12.         <h1>World Cup News</h1>
  13.         <p>
  14.             The biggest scoreline in the history of the <strong>FIFA World Cup</strong> qualifiers - and indeed in the history of international football - was recorded on 11 April 2001, when Australia beat American Samoa 31-0.
  15.         </p>
  16.        
  17.         <p>
  18.             This legendary match also brought global renown for <em>Archie Thompson</em>, whose 13-goal haul set a new world record, which stands to this day, for an individual player in a single international match.
  19.         </p>
  20.            
  21.         <p>
  22.             And though the defeat earned American Samoa ignominy, so inspiring has their subsequent recovery been that it is now the subject of an acclaimed documentary, <em>'Next Goal Wins'</em>, showing across the world.
  23.         </p>
  24.         <h2>Destinations</h2>
  25.         <ul>
  26.             <li class="list">
  27.                 <span class="images">
  28.                     <img src="images/estadio-mineirao.jpg" alt="esdatioMineiro">
  29.                     <span class = "text">BELO HORIZONTE, STADIUM: Estadio Mineirao</span>
  30.                 </span>
  31.             </li>
  32.         </ul>
  33.         <ul>
  34.             <li class="list">
  35.                 <span class="images">
  36.                     <img src="images/estadio-nacional.jpg" alt="esdatioNacional">
  37.                     <span class = "text">BRASILIA, STADIUM: Estadio Nacional</span>
  38.                 </span>
  39.             </li>
  40.         </ul>
  41.         <ul>
  42.             <li class="list">
  43.                 <span class="images">
  44.                     <img src="images/arena-pantanal.jpg" alt="arena-pantanal">
  45.                     <span class = "text">CUIABA, STADIUM: Arena Pantanal</span>
  46.                 </span>
  47.             </li>
  48.         </ul>
  49.     </main>
  50.    
  51. </body>
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement