<img src="funny dog jpg."alt="funny dog sitting on the grass.">write the purpose of SRC
name the file which is being called an < img> tag
2) which alternative text will display if the image cannot displayed
3)write the purpose of src attribute of img tag
please ans fast friends
Answers
Answered by
6
The src attribute tells the browser where to find the image. Like the a tag, this can be absolute, as the above example demonstrates, but is usually relative. For example, if you create your own image and save it as “alienpie.jpg” in a directory called “images” then the code would be <img src="images/alienpie.jpg"..
hope it helps u mate......
Answered by
1
Answer:
1. answer= funny dog image will not work
2. answer= if the image cannot displayed the alt will display "funny dog sitting on the grass."
3. answer= the purpose of src attribute of img tag is for locating the picture.
Explanation:
1. funny dog image will not work because you have written "funny dog jpg." this is wrong
correct code is "funny dog.jpg"
Similar questions