Friday, 13 October 2017

How to add hyperlinks in html.

In this blog we will see how to add hyperlink in html, there will be a word/text when we move the cursor or mouse over the link than the pointer changes into a small hand, if we click the link than we directly jump to another page. You can do so by following the steps given below.

Step 1: Go to notepad and type the given codes below.


 <!DOCTYPE html>
 <html>
 <head>
 <title> hyperlinks</title>
 </head>
 <body>
 <p>Click the given link below to go to our home page of our   website "click me". </p>

 <p><a href="infomaticiantricks.blogspot.in">click me</p>
 </body>
 </html>



Step 2: Save the file in .html extension and run.

Share:

0 comments:

Post a Comment