Please how can i add my image to my blog? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

11th Oct 2018, 10:06 AM
Ikpabi Sunday
Ikpabi Sunday - avatar
2 Answers
11th Oct 2018, 10:22 AM
🌴Vincent Berger🌴
🌴Vincent Berger🌴 - avatar
+ 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.
11th Oct 2018, 10:16 AM
Willem Roos