Tell us what’s happening:
hi all, after retyping what i am apparently missing, this code still doesnt work. Ive looked it over meticulously and still i cant seem to find the problem. any help?
p.s. I love smash bros
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Event Hub</title>
</head>
<body>
<header>
<h1><center>Event Hub</center></h1>
<nav>
<ul>
<li><a href="#upcoming-events">Upcoming Events</a></li>
<li><a href="#past-events">Past Events</a></li>
</ul>
</nav>
</header>
<main>
<section id="upcoming-events">
<h2>Upcoming Events</h2>
<figure>
<img src="https://www.hamptoncomicon.com/wp-content/themes/yootheme/cache/1f/https-_cdn.evbuc_.com_images_69956213_26975821121_1_original.20190305-175625-1f642dc7.jpeg"width="380"alt="the final battle">
<figcaption>The Final Battle is to begin!</figcaption>
</figure>
<article>
<h3>Super Smash Bros Final Tournament</h3>
<p>The finale is set! The two finalists are to fight for the championship and the <strong>grand prize</strong> of <em>$300,000</em>. Who will take home the win? Its Karluno vs Hungrybox. Watch this Friday, <time datetime="2025-06-15T15:00">June 15</time> at 3PM</p>
</article>
<article>
<h3>Free All You Can Eat Buffet</h3>
<figure>
<img src="https://omahaguide.com/wp-content/uploads/2024/06/all-you-can-eat-buffets-omaha.jpeg"width="390"alt="mm yummy food">
<figcaption>Delicious Chinese Buffet</figcaption>
</figure>
<p>The buffet will be ready after the finals tournament. All you can eat for the great price of <strong>FREE</strong></p>
<p>If you're hungry after playing, watching, supporting your favorite player, or even just hungry for some good food, come to the <strong>big table room</strong> for a great pick me up!</p>
</article>
</section>
<section id="past-events">
<h2>Past Events</h2>
<article>
<h3>Mario Kart Losers Bracket</h3>
<figure>
<img src="https://pbs.twimg.com/media/GVxgLGxWQAEaN2R?format=jpg&name=4096x4096"width="390"alt="results of the race">
<figcaption>Last Night's Results</figcaption>
</figure>
<p>It was a close race but Luckyo managed to overcome the rest of the losers. They now have a chance to win it all in the upcoming <b>finals</b> bracket. Keyo was just close behind, unfortunately couldn't keep up in those last two maps.</p>
<p>We hope to see all players return next year for our next tournament! <b>Thank you all for playing!</b></p>
</article>
<article>
<h3>Hungrybox's Triumph Over his Long Time Rival!</h3>
<figure>
<img src="https://images2.minutemediacdn.com/image/upload/c_fill,w_720,ar_16:9,f_auto,q_auto,g_auto/shape/cover/sport/dataimagewebpbase64UklGRhCBwBXRUJQVlA4IASBwAwYhedA-29bba6d3c6b3e3b0d384d6689c10f263.jpg"width="390"alt="an explosive victory">
<figcaption>Hungrybox decimates Hugh after a meticulous battle</figcaption>
</figure>
<p>The battle was fierce but Hungrybox managed to come out on top! The <em>Jigglypuff</em> ambassador takes the win after an amazing comeback starting last week.</p>
<p>Loss after loss, Hungrybox held on and was able to make it to the semi finals. His opponent, Hugh, was always there to stop his route to the top. Today that has been futile. Friday it's now Hungrybox vs Karluno for the championship.</p>
<p><strong>Who are you rooting for?</strong></p>
</article>
</section>
<footer>
<section>
<p><i>For inquiries please refer to our newsletter<i></p>
<address>
<p><a href="mailto:karltournament@email.com">karltournament@email.com</a></p>
</address>
</section>
</footer>
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
Challenge Information:
Build an Event Hub - Build an Event Hub