0
Adding image
how can i add image in html page in sololern
2 Respostas
+ 4
The alt attribute provides alternative information for an image if a 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).
+ 3
<img src="image.jpg" alt="" />