Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum
How do you make a clickable link? - Printable Version

+- Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum (http://www.webdesignforum.com.au)
+-- Forum: Search Engine Marketing (/forumdisplay.php?fid=18)
+--- Forum: Search Engine Optimisation (/forumdisplay.php?fid=8)
+--- Thread: How do you make a clickable link? (/showthread.php?tid=35642)

Pages: 1 2


How do you make a clickable link? - rscomponent - 12-09-2019 10:56 PM

How do you make a clickable link?


RE: How do you make a clickable link? - Neo_5678 - 12-12-2019 06:26 PM

With the help of <a href=" ">, one can make a clickable link.


RE: How do you make a clickable link? - rhcalvin - 12-13-2019 06:05 PM

You can use the "a href" tag in HTML to make a link clickable on a webpage.


RE: How do you make a clickable link? - John - Smith - 12-13-2019 06:12 PM

Follow Neo_5678's advice. it will work 100%


RE: How do you make a clickable link? - MoulanaRafi - 01-15-2020 11:18 PM

You can use anchor tag for it.


RE: How do you make a clickable link? - Autofresh.in - 01-23-2020 04:58 PM

I think the OP found the solution.
Kindly close the thread if so or respond to the answers!


RE: How do you make a clickable link? - vivianwolfp - 01-29-2020 06:11 PM

Clickable text link: <a href="URL">Text</a>
BB code: [URL="URL"]Text[/URL]


RE: How do you make a clickable link? - rajaram - 01-29-2020 11:39 PM

You can use Anchor Tag and BB code is also another option.


RE: How do you make a clickable link? - sunilval - 01-30-2020 07:59 PM

There are two types of clickable links.
Using ahref link
and BB Code


RE: How do you make a clickable link? - Maria Jonas - 02-21-2020 03:34 PM

We make clickable links just in a way you do Tongue