0
I have prblm in puttjng image ..this doesn't display ..i have tried a lot ..
can someone's help me out?
4 Réponses
+ 1
Please explain your question. And try to type proper english.
What are you trying to do? putting image? Are you trying to display an image from a html file?
use the <img> tag.
the src attribute specifies the URL (web address) of the image
the alt attribute provides an alternate text for an image, if the user for some reason cannot view it (because of slow connection, an error in the src attribute, or if the user uses a screen reader).
Example
<img src="pic_trulli.jpg" alt="Italian Trulli">
https://www.w3schools.com/html/html_images.asp
+ 1
okk
0
yes .copied from web