What code would change the text of an element with the ID "myId" to "Hello World"?
<span id="myId">Initial text</span>
_____
What code would change the text of an element with the ID "myId" to "Hello World"?
<span id="myId">Initial text</span>
_____