Computer Science, asked by meenugangwar376, 1 month ago

What is the correct syntax in HTML for creating a link on a webpage- (a) <LINK SRC =”abc.html”> (b) <BODY LINK=”abc.html”> (c) <A SRC=”abc.html”> (d) < A HREF=”abc.html”>​

Answers

Answered by atrs7391
1

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

(a) <LINK SRC =”abc.html”>

(b) <BODY LINK=”abc.html”>  

(c) <A SRC=”abc.html”>

(d) < A HREF=”abc.html”>​ ✔✔

Answered by anindyaadhikari13
2

Required Answer:-

Question:

  • What is the correct syntáx in HTML for creating a línk on webpage?

Answer:

Option a:

  • Incorrect, the anchor tag is used to add línk on a webpage. Línk tag is used to línk any CSS file or webpage ícon.

Option b:

  • Incorrect, the body tag defines the body content of the web page.

Option c:

  • Incorrect, anchor tag has no attríbute named "src".

Option d:

  • Correct, To create a línk, the anchor tag is used. The href attríbute specifies the línk of the síte.
Similar questions