Order these lines of code to create an ordered list of two sequential superhero movies.
Start with <ol>, then add the Avengers and Avengers 2 list items, and close the list with </ol>.
<ol>
Avengers
Avengers 2
</ol>