+ 2

How to add an image

what is alt attribute .... explain with examples pleeeeeeaassse

7th Nov 2016, 5:35 PM
Vedansh
Vedansh - avatar
3 odpowiedzi
+ 2
you can add image like that: <img src="URL" /> The alt attribute specifies an alternate text for an image, if the image cannot be displayed.
7th Nov 2016, 5:50 PM
Bl4ck0ut
+ 2
simple: in the body of html Write:- <body> <img src=" ...address of picture ..." alt="no_pic" width="200px" height="100px"/> </body> alt Used when your picture is not display then alt text show inside picture.
8th Nov 2016, 6:00 AM
Rajesh Rajput
Rajesh Rajput - avatar
+ 1
how to permanently attach the image to the file?
8th Nov 2016, 12:45 PM
Vedansh
Vedansh - avatar