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!!!!

14th Dec 2024, 8:51 PM
Abigael Ogunotade
Abigael Ogunotade - avatar
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.
15th Dec 2024, 5:06 AM
Shihan
Shihan - avatar
0
First off, you should host the image on sites like i.ibb.co then get the url and link it to your code
14th Dec 2024, 11:46 PM
RuntimeTerror
RuntimeTerror - avatar