HTML a Tag

PHOTO EMBED

Tue Feb 08 2022 07:58:53 GMT+0000 (Coordinated Universal Time)

Saved by @Arjun007 #html #css #java #javasc #php #sass

<!DOCTYPE html>
<html>
<head>
    <title>Example of HTML a tag</title>
</head>
<body>
<a href="https://www.elementtutorials.com/">ElementTutorials</a>
</body>
</html> 

content_copyCOPY

Definition The <a> tag is used to define a hyperlink.it' also called as HTML Anchor tag. This anchor tag can be used in two ways. it's used to create a link to another document by using hrefattribute it's used to create a bookmark inside a HTML document by using idattribute.

http://www.elementtutorials.com//ref/abbr.html