HTML HREF ATTRIBUTE:-
<html>
<body>
<h2>Href Attribute</h2>
<p>HTML links are defined with the a tag. The link address is specified in the href attribute:</p>
<a href="https://www.google.com">This is a link</a>
</body>
</html>
<html>
<body>
<h2>Href Attribute</h2>
<p>HTML links are defined with the a tag. The link address is specified in the href attribute:</p>
<a href="https://www.google.com">This is a link</a>
</body>
</html>
OUTPUT:-
- HTML links are defined with the a tag.
- The link address is specified in the href attribute.
No comments:
Post a Comment