Tuesday, December 25, 2018

Href attribute

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>

OUTPUT:-


  • HTML links are defined with the a tag.
  • The link address is specified in the href attribute.

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...