Choose the correct syntax to create a
hyperlink in an HTML document.
a. <A link="page1.html">
b. <A href="page1.html">
C. <A src="page1.html">
d. None of the above
Answers
Answered by
0
Q. Choose the correct syntax to create a hyperlink in an HTML document.
a. <A link="page1.html">
b. <A href="page1.html">
c. <A src="page1.html">
d. None of the above
Answer: <A href="page1.html">
Similar questions