Computer Science, asked by shivamyadav1030, 10 months ago

what are the linking modes available in html? define them class 10​

Answers

Answered by amritanshu6563
12

Answer

By the help of anchor tag, we can link any website in html.

Explanation

Links are also an integral part of every web page. You can add links to text or images that will enable the user to click on them in order to be directed to another file or webpage.

In HTML, links are defined using the <a> tag. Use the href attribute to define the link's destination address. The target attribute specifies where to open the linked document. Giving a _blank value to your attribute will have the link open in a new window or new tab.

Similar questions