Help me in solving HTML45 problem

My issue

Overview

        <!-- Update <ol> task here -->  
        <ol style='color:red'>
            <li>Greece</li>
            <li>Trip Options</li>
            <li>Trip Itinerary</li>
        </ol>
    </h3>
</main>
this is the correct answer still it is showing that it is wrong

My code

// your code goes here

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