Build an Event Hub - Build an Event Hub

Tell us what’s happening:

cant find where the

stuff isnt working so i need help

Your code so far

<!DOCTYPE html>

<html lang="en">



<head>

<meta charset="utf-8">

 <title>Event Hub</title>

</head>



<body>

<header>

<h1>Event Hub</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>

 <article>

<h3><em>'Ca$ino'</em> by Baby Keem</h3>

<img src="https://pbs.twimg.com/media/HA0ORP3aAAAYJHc?format=jpg&name=900x900" alt="Baby Keem 'Casino' Abu Cover">

<figcaption>Baby Keem - <em>'Casino'</em> Album Cover</figcaption>

<p>Event description: Baby Keem is releasing the album 'Ca$ino' on <time datetime="2026-02-20T15:00">20 February 2026</time>.</p>

</article>



<article>

<h3><em>'Spiral Staircases'</em> by  Larry June, Curren$y & The Alchemist</h3>

<blockquote class="twitter-tweet"><p lang="en" dir="ltr">THE ALCHEMIST<br>LARRY JUNE<br>CURREN$Y<br><br>SPIRAL STAIRCASES<br>(ALBUM)<br><br>FEBRUARY 20TH 🚨 <a href="https://t.co/CQpam6lZmb">pic.twitter.com/CQpam6lZmb</a></p>&mdash; Kurrco (@Kurrco) <a href="https://twitter.com/Kurrco/status/2021652933713289396?ref_src=twsrc%5Etfw">February 11, 2026</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

<p>Event description: Larry June, Curren$y, and The Alchemist are releasing 'Spiral Staircases' on <time datetime="2026-02-20T15:00">20 February 2026</time>, same day as the Keem tape.</p>

</article></p>

</article>

 </section>



     <section id="past-events">

    <h2>Past Events</h2>

    <article>

        <h3>Alfredo 2</h3>

        <img src="https://upload.wikimedia.org/wikipedia/en/thumb/2/27/Alfredo_2.jpg/250px-Alfredo_2.jpg" alt="Alfedo 2 album cover">

        <p>Alfredo 2 is huge event in music. A follow-up collaborative tape and sequel to the classic

      Alfredo (2020) is a celebration in hip hop as the first taoe was a huge event in 20202.. The project was announced with a cinematic trailer shot in

      China, which heavily influenced the production. Freddie is in peak form,

      joined by artists like JID and Larry June. Despite critical praise, the

      album was sadly snubbed by the Grammys.

            </p>

    </article>



    <article>

<h3>Life is Beautiful</h3>

        <img src="https://upload.wikimedia.org/wikipedia/en/thumb/f/ff/Life_Is_Beautiful\_%28Larry_June%2C_2_Chainz_and_the_Alchemist_album%29.jpg/250px-Life_Is_Beautiful\_%28Larry_June%2C_2_Chainz_and_the_Alchemist_album%29.jpg" alt="Life is Beautiful album cover">

            <p>Life Is Beautiful was a event and came surprise album, released without prior

      announcement. Its lead single <em>“Bad Choices”</em> dropped on

      <time datetime="2025-01-22">22 January 2025</time> was celebrated as a huge event in hip hop due to the unlikely pairing of Larry and Tony. The single was followed by the full

      project on <time datetime="2025-02-07">7 February 2025</time>. The album was

      widely praised and is already considered a modern classic</p>

    </article>

      </section>



</main>



</body>



</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36

Challenge Information:

Build an Event Hub - Build an Event Hub

please verify your html with an html validator: Ready to check - Nu Html Checker

you have some invalid syntax that needs to be fixed

do i just copy and paste it?

nevermind i got it bbbbbbbbb

i just did a lot of B becuase it was saying i needed 20 characters

Please review User Story #8.

EDIT: Never mind. Thought all that extra code could be an issue, but it’s not.