+ 10
How to input a image in sololearn?
8 Réponses
+ 4
You need to upload images to some cloud image server, like imgur. Then copy link and place it in src=""
+ 3
The method HKMU may be referencing:
https://code.sololearn.com/W9yG8qZkeF7T/?ref=app
+ 3
Firstly upload the image on a database or cloud account (postimage.org) copy the link of the image and then paste it in img tag.
Example:
<img src"www.postimage.com/libflag.png" alt="Liberia image" />
+ 2
Another way is to convert the image to string and paste it in the code directly
+ 2
HTML example
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<img src=“”>
</body>
</html>
you can also add a class
+ 2
Hey •~•😺😺 cat😺James😺😺•~• your code is wrong!! Make it correct!
0
Please read the article below!! I believe this article must solve your problem!!
by the way, the should use the search bar at first, because there are many questions like this!
https://code.sololearn.com/WW6t4B73kJVz/?ref=app