0
Pls how do i add the image ...
how do make the image display
9 Respuestas
+ 15
You should use <img> tag and src attribute like this:-
<img src="url" />
+ 2
if you want to use a file from your phone, only you will be able to use it and you use the src="file:///..."
and replace "..." with the path in your phone
+ 1
i like to use ftp for the server that my site is based on, if you are using a website with a server, upload it to there, you can also use social media, post it on social media, go on computer, find social media, find image on social media, right click the image, click "open image in new tab", copy the url, paste in src.
0
<img>
0
I know the tag but must use url before it dsiplay
0
<img src="url">
0
what if I have the image on my PC...and I want to use that
0
The image needs to be in the same folder that your html page is in, then create a href to that folder with the picture name at the end. Example:
<img src="C:\users\home\pictures\picture.png"/>
Or you need to upload it to something like Flickr where it would have a url
0
thanks this really helped