how will you insert a image in html?(ans for class8th)
Answers
Answered by
1
<img src="name of the image">
pls note that the image should be in the same folder as the HTML file otherwise you'll have to specify the path of the IMG
Anonymous:
pls mark as the branliest
Answered by
1
Answer:
You can insert an image in html by using the following code in notepad :
<html>
<body>
< img src ="imagename.jpg" >
</body>
</html>
Similar questions