Question:

How can i make a "click here" link, that goes to my website

by  |  earlier

0 LIKES UnLike

How can i make a "click here" link, that goes to my website

 Tags:

   Report

1 ANSWERS


  1. To create a link or hyperlink, you'll use the <a> tag with the href attribute (or your website's address):

    Any sentences or phrases that are typed before you start, for example "to check out my page" will be shown as regular text.  

    1)  So, to begin the tag itself you type <a href="

    2)  Then you type in your website address which is http://www.hackerr.com in this example

    3)  Then you type ">

    4)  Then you type the phrase you want show up as your link, which is Click here in this example

    5)  Then close the tag by typing </a>

    So, putting it all together, your HTML Code will look like this:

    To check out my page <a href="http://www.hackerr.com">Click here</a>

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.