+ 1
I don't understand how to insert image in html
img tag
9 odpowiedzi
+ 7
For images right link go on alphacoder.com.
+ 1
<img src”myimageaddress.png”>
in the double quotes, you can for example search a google image, click on the imge, copy image address and paste it in the double quoutes.
0
<img src="the address of the image.jpg" alt=""/>
0
U can simplify the image by using height and width before the alt
As height="50%",width="50% like wise
0
<img src="the address of the image.jpg" alt=""/>
0
Use <img"here specify the root to the image together with extension, either jpg jpeg etc" alt="then here is an alternative that displays if the image can't be displayed">
0
src="image root"