0
Img linking
How to I link lmg to html
5 Respostas
+ 2
Using img tag
+ 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" />
0
Pls can you teach me
0
Thank you
0
<img src"/path/or/url/to/image" />