internet question pls?

Emmanuel

Member
Jul 22, 2008
53
0
6
pls can anybody help me out with a code that allow my website to be clickable whenever i send it to somebody
 
There's no great answer to your question because not everything allows links to be clickable. Here's how you make an HTML link though:

<a href="your site URL">Text to display</a>

And you have to have the " inside the first a tag. The text to display can be whatever you want, and that's what the user will see.
 
Back
Top