0
How do I embed images in my code?
I don't always get the format for writing the code for my image. Please help!!!!
2 ответов
+ 1
https://www.sololearn.com/Discuss/3283183/?ref=app
Once you get the URL for your image, add it in your document like this:
<img src="your/image/url.png" alt="Alternative_Text">
Check out the html course on SoloLearn if you forgot.
0
First off, you should host the image on sites like i.ibb.co then get the url and link it to your code