+ 5
How to create picture link and add in code??
I wanna add a picture in code but I don't understand how to create link and add pictures in coding..
5 Antworten
+ 3
if u want to insert in image in html
Use <img src= "path of image">
if u want path or link
Long press on the than adrop down list will produced in that copy the image url
+ 11
Image to img sec
Link a href
+ 3
If you want to insert a image inside your code, you have to load the image somewhere(imgur, dropbox,...), copy their link, and then use it as img src.
+ 3
Thanks 😊
+ 1
👍 👍