Computer Science, asked by Avinash596, 6 months ago

2. What are the different types of links? Name the Tag used to Create a link .​

Answers

Answered by Anonymous
9

Answer:

There are four types of hyperlinks.

Explanation:

Text hyperlink – Uses a word or phrase to take visitors to another page, file or document. Image hyperlink – Uses an image to take visitors to another page, file or document. Bookmark hyperlink – Uses text or an image to take visitors to another part of a web page.

Answered by akanshagarwal2005
5

Answer:

HTML Links - The target Attribute

By default, the linked page will be displayed in the current browser window. To change this, you must specify another target for the link.

The target attribute specifies where to open the linked document.

The target attribute can have one of the following values:

_self - Default. Opens the document in the same window/tab as it was clicked

_blank - Opens the document in a new window or tab

_parent - Opens the document in the parent frame

_top - Opens the document in the full body of the window

Similar questions