0

guys how do i add image in html playground how do i even add the url

plz help me

22nd Aug 2024, 7:15 PM
Mahi Miraj
Mahi Miraj - avatar
4 odpowiedzi
+ 4
This will only work for images on the Internet on sololearn But for real IDEs,you can add images from your local storage
23rd Aug 2024, 11:55 AM
ĐËMÏmeow~
ĐËMÏmeow~ - avatar
+ 1
To add an image in HTML, use the <img> tag with the src attribute for the image URL. Here’s a quick example: <img src="https://www.example.com/path/to/image.jpg" alt="Description of Image">
22nd Aug 2024, 8:07 PM
Melkon
Melkon - avatar
0
thanks for the info😊😊
23rd Aug 2024, 7:20 PM
Mahi Miraj
Mahi Miraj - avatar