2
Reply

Define “src” and “alt” attribute of “img” Tag

Akasha Jha

Akasha Jha

12y
1k
0
Reply

    SRC menas a path of the image like this src="path of image". alt menas a tool tip of the image you can show the tip of the image like this alt="Don't worry"

    tag has 2 attributes src & alt. alt takes values as text i.e. an alternate text for an image while src takes values as URL i.e. URL of an image.