Topic 6 : Anchor Element

“Used To Links To Your Page.

Example:

<!DOCTYPE html>
<html lang=”en”>
  <head>
    <meta charset=”UTF-8″ />
    <meta name=”viewport” content=”width=device-width, initial-scale=1.0″ />
    <title>Anchor Element(By rsportfolio)</title>
  </head>
  <body>
    <a href=”http://www.google.co.in/”>Google</a> |
    <a href=”http://rsportfolio.com/”>My Portfolio</a>
  </body>
</html>

Output:

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top