Universal Entry Referral
en-US
<!DOCTYPE html> <html> <body> <h2>JavaScript HTML DOM</h2> <img id="image" src="smiley.gif" width="160" height="120"> <script> document.getElementById("image").src = "https://postimg.cc/ppSrtRyg"; </script> </body> </html>
You must be signed in to post in this forum.