How would you add a new <li> element to an ordered list with the ID "myList"?
<ol id="myList">
<li>Element 1</li>
<li>Element 2</li>
</ol>
_____
How would you add a new <li> element to an ordered list with the ID "myList"?
<ol id="myList">
<li>Element 1</li>
<li>Element 2</li>
</ol>
_____