CJCoding With Joseph
15per day
← Back to Question List

Select topics to narrow your question pool, then enable Random to jump to a random question matching your filters.

Topics:
JavaScript Quiz #35

Create Image Element

mediumHTML DOM

You need to create a new <img> element, set its src to "photo.jpg", set its alt text to "My Photo", and append it to a div with id="imageContainer". Which option accomplishes this?