Img linking | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Img linking

How to I link lmg to html

22nd Mar 2024, 9:05 PM
Itz Horlam-zee
Itz Horlam-zee - avatar
6 Answers
+ 2
Using img tag
22nd Mar 2024, 9:12 PM
A͢J
A͢J - avatar
+ 2
<img src="here is link"> You can also finish some attributes, for example alt Don’t forget to add a type of the file, whether png, jpeg, bmp or something else Example: <img src="https://website/photo.png"> <img src="files/photos/cat.bmp"> P.s. If you need compatibility with XHTML and React, then you need to add / at the end. Example: <img src="photo.jpg" />
24th Mar 2024, 8:19 AM
Dmytriy Bezzhon
Dmytriy Bezzhon - avatar
+ 1
You can google it on how to link img in html .After that if you have specific query you can let us know.
22nd Mar 2024, 10:39 PM
𝘕𝘉
𝘕𝘉 - avatar
0
Pls can you teach me
22nd Mar 2024, 9:18 PM
Itz Horlam-zee
Itz Horlam-zee - avatar
0
Thank you
24th Mar 2024, 10:58 AM
Itz Horlam-zee
Itz Horlam-zee - avatar
0
<img src"/path/or/url/to/image" />
24th Mar 2024, 1:18 PM
Rish
Rish - avatar