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