Computer Applications
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>
Related Questions
Which of the following is an attribute of
<Table>
tag ?- SRC
- LINK
- CELLPADDING
- BOLD
What is the correct syntax in HTML for creating a link on a webpage ?
<LINK SRC = "abc.html">
<BODY LINK = "abc.html">
<A SRC = "abc.html">
<A HREF = "abc.html">
…………… attribute is used with
<A>
tag to specify the URL of link.No value is specified with ALT attribute of
<IMG>
tag. (T/F)