Tuesday, December 25, 2018

Links.

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:-


  • 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

Internal Javascripts

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