Hi Guys can you please help me with how to make an image appear on a web page using my phone | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Hi Guys can you please help me with how to make an image appear on a web page using my phone

I mean by using html style format

31st Oct 2020, 5:12 AM
Leonida Deogratius
Leonida Deogratius - avatar
2 Antworten
+ 1
1- use html editor like the one here in solo 2- type img tag 3- check out that you have typed the right path of the image at your internal storage Example : <Img src="//here we type the path of the image in which we saved the image " > Additional notes : Make sure of the format of the image if jpg or gif or jpeg ....etc. It's recommended to Copy and paste the URL of the image on your internal storage and use this "../" double dots and backlash sympol to return back in case the image saved in file surpassed the html file in your internal storage
31st Oct 2020, 5:24 AM
ebrahem hesham
ebrahem hesham - avatar