adplus-dvertising
frame-decoration

Question

What is the correct syntax in HTML for creating a link on a webpage?

a.

<LINK SRC= “compscibits.html”>

b.

<BODY LINK = “compscibits.html”>

c.

<A SRC = “compscibits.html” >

d.

< A HREF = “compscibits.html”>

Posted under HTML Fundamentals HTML

Answer: (d).< A HREF = “compscibits.html”>

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the correct syntax in HTML for creating a link on a webpage?