InterviewSolution
Saved Bookmarks
| 1. |
Which HTML element is used to include images?(a) image(b) img(c) src(d) sourcing |
|
Answer» Right answer is (b) img To explain I would say: Web pages include images using the HTML img element. src tag is used to include the image link. |
|