+ 1
Please how can i add my image to my blog?
I want to know how to add my image to my blog,am coding with my phone hope is it possible with phone?
2 Antworten
+ 3
Ikpabi Sunday,
Check out the provided post👍
https://www.sololearn.com/discuss/1054246/?ref=app
+ 2
With html use the <img> tag.
https://www.w3schools.com/tags/tag_img.asp https://www.w3schools.com/html/html_images.asp
ie: <img src="pic_trulli.jpg" alt="Italian Trulli">
where src is the location/filename and extension of the image and alt is the text it displays when it fails to load the image.