Build an Event Hub - Build an Event Hub

Tell us what’s happening:

in Step 10. The text of the second item in the unordered list should be Past Events. where I think I have coded right it is still showing problem

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>
       <a href="#upcoming-events"><li>Upcoming Events</a>
       
       <a href="#past-events"><li>Past Events</li></a>
    </ul>   
</nav>
</header>
    
 <main>
           <section
               id="upcoming-events">
                   <h2>Upcoming Events</h2>

                   <article>
                       <h3>Formation de DEV</h3>
                       <p>la formation en Dev se passe dans mon ordinateur chaque soir</p>
                            <lr>depuis le: 26/05/2025
                                </article>

                                <article>
                                    <h3>Formation en CSS</h3>
                                    <p>je ne sais pas encore de quoi il s'agit mais j'espère avoir des nouvelles d'ici peut </p>
                                    <lr>le:14/06/2025
                                    </article>
                                </section>

                                <section
                                    id="past-events">
                                        <h2>Past Events</h2>

                                        <article>
                                            <h3>La naissance de Daniel</h3>
                                            <p>mon petit protégé est depuis 3ans aujourd'hui et il fait ma fierté</p>
                                            <lr>le:/25/11/22
                                                <figure>
                                                <img src="https://cdn.freecodecamp.org/curriculum/labs/past-event1.jpg" alt="past">
                                                </figure>
                                                <figcation>ordinateur rétro </figcation>
                                                </article>

                                                <article>
                                                    <h3>la vie ancienne</h3>
                                                    <p>je ne sais pas trop quoi dire sur ce paragraphe donc on va laissé passer</p>
                                                    <figure>
                                                        <img src="https://cdn.freecodecamp.org/curriculum/labs/past-event2.jpg" alt="event2">
                                                        </figure>
                                                        <figcation>TIC</figcation>

Your browser information:

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

Challenge Information:

Build an Event Hub - Build an Event Hub

Look at your first list item very carefully

1 Like

Your figcaption should be inside your figure element