Computer Applications
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)