How to post picture in my code on sololearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to post picture in my code on sololearn

Img problem

30th Jun 2020, 9:40 AM
Abdulroqeeb Olaosebikan
Abdulroqeeb Olaosebikan - avatar
3 Answers
+ 6
Use the img tag and src attribute for the image. <img src = "URL"> An example is <img src= "img.jpg"> https://code.sololearn.com/WW6t4B73kJVz/?ref=app And also see this once https://www.sololearn.com/learn/HTML/1030/
30th Jun 2020, 10:39 AM
Nilesh
+ 2
Use the img tag and src attribute for the image. <img src = "URL" alt="alternative"> An example is <img src= "img.jpg" alt="">
1st Jul 2020, 3:59 AM
Mehrob Abdulvahobov
Mehrob Abdulvahobov - avatar