2. Write the HTML code for adding image on a web page.
Answers
Answered by
1
Answer:
In order to put a simple image on a webpage, we use the <img> element. This is an empty element (meaning that it has no text content or closing tag) that requires a minimum of one attribute to be useful — src (sometimes spoken as its full title, source).
Answered by
0
Answer:
The HTML code for adding image on a web page is (img)
Similar questions