Help me in solving HTML45 problem

My issue

My recent trip to Greece

<main>
    <h2>Overview</h2>
    
    <!-- Correct usage of <ol> -->
    <ol>
        <li>Greece</li>
        <li>Trip Options</li>
        <li>Trip Itinerary</li>
    </ol>
    
</main>

Did you update

on line 7 as required?

My code

// your code goes here

Learning course: Learn HTML / CSS
Problem Link: CSS Inline styling in HTML / CSS