How to an image in HTML ?
Answers
Answered by
1
Hi mate !
Here is your answer :
Enter : I M G src ="Your file name with the extension JPG.
Mark me as brainliest.
Answered by
3
Answer:
<img> tag
Explanation:
<img> tag is used to include an image in a web page
<img src="url" alt="alternatetext">
<img src="filename with image extenstion" alt="alternatetext">
image extensions include
- png
- jpg
- jpeg etc
alt attribute provides an alternate text for an image if the images doesnt load for some reason
Similar questions