0
How to create html image???
Plesse give this solution
5 ответов
+ 4
You can put image with the image tag as follows:
<img src=" ">
You can put the source of the image between the quotations.
Hope this helps.
+ 2
you can learn it from Sololearn html courses ,cobliber, w3 schools also and if you don't understand from here so, this ...
<img src="link here" />
+ 1
What you mean "how to create html image" , we didn't understand it please specify clearly.
If you have problems with images linking then this will help you.(it may be wrong). HAPPY CODING!!!!
https://www.sololearn.com/learn/HTML/1030/
+ 1
Look on w3schools for more examples:
https://www.w3schools.com/tags/tag_img.asp
0
Here an example with all inclusive solution to make visible for other viewers here:
https://code.sololearn.com/WSLZPpBIFgr7/?ref=app