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
<!-- Update <ol> task here -->
<ol style='color:red'>
<li>Greece</li>
<li>Trip Options</li>
<li>Trip Itinerary</li>
</ol>
</h3>
</main>
My code
// your code goes here
Learning course: Learn HTML / CSS
Problem Link: CSS Inline styling in HTML / CSS