b. Why do we add images to the web pages? What are the different sources from where you can get the
images?
Answers
Answered by
2
Answer:
the image will be placed with a tag embedded into the body. use the <img> tag to indicate the image. .... if the image file is in the same directory as the web page, all you need is the name of the image. if the image file is elsewhere on the internet, you can use a complete URL.
Similar questions