Computer Applications
…………… attribute is used with <A>
tag to specify the URL of link.
HTML Advanced Features
2 Likes
Answer
href attribute is used with <A>
tag to specify the URL of link.
Answered By
2 Likes
Related Questions
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">
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>
No value is specified with ALT attribute of
<IMG>
tag. (T/F)ROWSPAN with
<TABLE>
tag is used to merge more than one cell row wise. (T/F)