How will you link a web page to another web page? Write procedure for linking item in brief.
Answers
Answered by
5
Answer:
To make page links in an HTML page, use the <a> and </a> tags, which are the tags used to define the links. The <a> tag indicates where the link starts and the </a> tag indicates where it ends. Whatever text gets added inside these tags, will work as a link. Add the URL for the link in the <a href=” ”>
Answered by
3
Answer:
Answer: To create hyperlinks, or links that connect to another web page, use the href tag. The general format for this is: text Replace “site” with the actual page URL that is supposed to be linked to when the text is clicked.
Similar questions