Computer Science, asked by mayankpant53, 4 months ago

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 Anonymous
0

Answer:

b).<a href="page.html">Click to get details</a>

Similar questions