LINKS:-
<html>
<body>
<h2> Links </h2>
<p>HTML links are defined with the a(anchor ) tag:</p>
<a href="https://www.google.com">This is a link</a>
</body>
</html>
OUTPUT:-
<html>
<body>
<h2> Links </h2>
<p>HTML links are defined with the a(anchor ) tag:</p>
<a href="https://www.google.com">This is a link</a>
</body>
</html>
OUTPUT:-
- Links are defined with the <a> anchor tag:
- It works link with another part.
- link's destination is specified in the href attribute.
No comments:
Post a Comment