Computer Applications
No value is specified with ALT attribute of <IMG>
tag. (T/F)
HTML Advanced Features
2 Likes
Answer
False
Reason — The alt attribute specifies alternate text the browser may show if the image display is not possible or disabled by the user.
Answered By
1 Like
Related Questions
Choose the correct HTML code to create an email link ?
<A HREF = "xx@yy.com"></A>
<A HREF = "mailto:xx@yy.com"></A>
<MAIL = "xx@yy.com"></MAIL>
<A MAILHREF = "xx@yy.com"></A>
…………… attribute is used with
<A>
tag to specify the URL of link.ROWSPAN with
<TABLE>
tag is used to merge more than one cell row wise. (T/F)Target attribute with
<A>
tag is used to open a link in a new window. (T/F)