Computer Science, asked by kakultiwari2007, 3 months ago

give answer properly​

Attachments:

Answers

Answered by FathimaMehana
1

Explanation:

The HTML anchor tag defines a hyperlink that links one page to another page. It can create hyperlink to other web page as well as files, location, or any URL. The "href" attribute is the most important attribute of the HTML a tag.

Example:

<! DOCTYPE html>

<html>

<head>

<title></title>

</head>

<body>

</body>

</html>

Similar questions