HTML & CSS TUTORIAL-6

ANCHORS


ANCHOR TAGS ALLOW US TO CONNECT ONE PAGE TO ANOTHER


consider the following code:-

<html>
  <head>
    <title>my first website</title>
  </head>
  <body>
   <p>visit me at <a href="......". target="-blank">my website</a>. <p>

  </body>
</html>

DESCRIPTION:

after href in "" you must add the link of the webpage you want to connect with. and after target in the "" mark if you write _blank then the link will be opened in a new tab if you leave it blank then the link will be opened in the same tab. this will allow you to connect two or more pages together

Share this

Related Posts

Previous
Next Post »

Powered by Blogger.

Popular Posts