Js Dom Challenges
Js Dom Challenges
Challenges
17 - 21
Challenge 17
For each of these challenges, use the start file
and add <script> tags at the bottom of the
page, just before the closing </body> tag, and
put your JavaScript between those tags.
.getElementsByTagName();
.getAttribute();
.innerHTML = "";