For creating hyperlink in web page we use anchor element then which command we will follow?
a) <anchor href="page.html">click to get details</anchor>
b) <a href="page.html">Click to get details</a>
c) <a src="page.html">Click to get details</a>
d) None of the above
Answers
Answered by
0
Answer:
b).<a href="page.html">Click to get details</a>
Similar questions