0
guys how do i add image in html playground how do i even add the url
plz help me
5 Answers
+ 4
This will only work for images on the Internet on sololearn
But for real IDEs,you can add images from your local storage
+ 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">
0
thanks for the infođđ