+ 1
how do i add image when coding
8 Answers
0
use
<img src="source address of image" width=[integer value] height=[integer value]><\img>
+ 5
In which language?
+ 5
Use this tag
<img src = " " > </img>
+ 5
U can on media fire
+ 2
ok thank you very much
+ 2
<img src=" " width=" " height=" " alt=" ">
+ 1
html
0
ok where must i upload the image so that I'll get it's link?