Computer Science, asked by rajvir25, 1 year ago

how will you insert a image in html?(ans for class8th)​

Answers

Answered by Anonymous
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 shinchan2419
1

Answer:

You can insert an image in html by using the following code in notepad :

<html>

<body>

< img src ="imagename.jpg" >

</body>

</html>


shinchan2419: Please mark as brainliest answer.
shinchan2419: thanks man!!!
Similar questions
Math, 6 months ago