+ 3
How to insert an image into the sololearn code playground
I am creating an interior design website but I want to insert an image which is on my system, how can I do that? and one more thing I don't get what they mean by tags
2 Respostas
+ 6
Get link of image that you want to add in HTML on Sololearn. Upload your picture in Dropbox. Get a link and paste in your code. You have to insert an image as a link and use the img tag.
Otherwise you can also use imgbb to upload your image in webpage
<img src="url_of_img ">
You can adjust the size of the image by using width and height attributes
For example:
<img src="url_of_img " height="300" width ="250" >
here is the website link of imgbb:
https://imgbb.com/
+ 3
https://www.sololearn.com/discuss/1697803/?ref=app
https://www.sololearn.com/discuss/1232929/?ref=app
https://www.sololearn.com/discuss/2053867/?ref=app
https://www.sololearn.com/discuss/511953/?ref=app
https://www.sololearn.com/discuss/2406883/?ref=app
https://www.sololearn.com/discuss/340542/?ref=app
https://www.sololearn.com/discuss/2103243/?ref=app
https://www.sololearn.com/discuss/1135549/?ref=app