Computer Science, asked by gorakhiyahasti, 3 months ago

explain how an image can be added on a web page background using HTML tag. ​

Answers

Answered by himanshu2006vps
6

Answer:

To insert an image in HTML, use the image tag and include a source and alt attribute. Like any other HTML element, you'll add images to the body section of your HTML file.

The syntax looks like this: <img src="URL" alt="descriptive text">. An image is known as an “empty element” in HTML.

Similar questions