0
Please tell me how to insert Hyper links??
2 odpowiedzi
+ 1
that's a simple hyperlink:
<a href="link.php">Linkname</a>
+ 1
here's the hyperlink and link button code's:
hyperlink:
<a href="http://www.facebook.com">linkname</a>
link button:
<a href="http://www.bing.com"><button>buttonname</button></a>