write a html code to give output using image tag ?
Answers
Answered by
2
Answer:
Writing into an HTML element, using innerHTML .
Writing into the HTML output using document.write() .
Writing into an alert box, using window.alert() .
Writing into the browser console, using console.log() .
Answered by
0
Answer:
Chapter Summary
Chapter SummaryUse the HTML <img> element to define an image.
Chapter SummaryUse the HTML <img> element to define an image.Use the HTML src attribute to define the URL of the image.
Chapter SummaryUse the HTML <img> element to define an image.Use the HTML src attribute to define the URL of the image.Use the HTML alt attribute to define an alternate text for an image, if it cannot be displayed....
hope it's USEFUL ❤️...
Similar questions