Advertisement
desislava_topuzakova

Untitled

Jun 14th, 2022
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. <link rel="stylesheet" type="text/css" href="world-cup-news.css">
  9. <title>World Cup News</title>
  10. </head>
  11.  
  12. <body>
  13. <main id="wrapper">
  14. <h1>World Cup News</h1>
  15. <p>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.</p>
  16. <p>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.</p>
  17. <p>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.</p>
  18. <h2>Destinations</h2>
  19. <ul>
  20. <li><img src="/01. Welcome to HTML_Ресурси/10_WorldCupNews/estadio-mineirao.jpg" alt="">
  21. <span class="text">BELO HORIZONTE, STADIUM: Estadio Mineirao</li></span>
  22. <li><img src="/01. Welcome to HTML_Ресурси/10_WorldCupNews/estadio-nacional.jpg" alt="">
  23. <span class="text">BRASILIA, STADIUM: Estadio Nacional</li></span>
  24. <li><img src="/01. Welcome to HTML_Ресурси/10_WorldCupNews/arena-pantanal.jpg" alt="">
  25. <span class="text">CUIABA, STADIUM: Arena Pantanal</li></span>
  26. </ul>
  27. </main>
  28. </body>
  29.  
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement