How to insert an image into the sololearn code playground | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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

1st Apr 2024, 11:12 AM
Olanrewaju Fikayomi
Olanrewaju Fikayomi - avatar
2 Antworten
+ 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/
1st Apr 2024, 11:46 AM
puしÏpA†Ï ĸ✿ħAǸA :)
puしÏpA†Ï ĸ✿ħAǸA :) - avatar