- 1
Can any one teach me how to put an Imagein my html code
I've tried and failed please help me
18 Answers
+ 2
Ok just download Dropbox, sign up (free) upload an image to Dropbox then click on the three dots then select create link after that just paste it to ur code then change the www to dl compulsory.
+ 1
Thanks alot
+ 1
You will use the img tag.
It goes like this ;
<img>
It's a self closing tag.
You can as well add attributes to like src which specify where your image is located
<img src="image/dog.jpg" >
+ 1
THANKS everyone I finally put an image in my html code
0
Ok
0
It was <img src ="/internal storage/download/flag-1244649_640.jpg> but I also wanted to know how to put other images into my html code
0
But my localy stored code fails to work. I have tried it so many times
0
Can u also help me understand when they tell me to first upload the image and some other stuff what does it mean
0
Okay thanks
0
I appreciate your help
0
Okay
0
There is a special tag in HTML for put a new image. <img src=" " alt/> tag . You have to put image location in src place. if your image problem in loading and want to give some argument then you have to give in alt tag .
0
<img src="https://africatophits.com">
- 1
Who can help me to code circle animation