+ 1
how to create a link
4 Respuestas
+ 4
<a href="#">Link description</a>
This creates an empty link. Replace '#' with a path to the page you want to link to.
+ 1
<a href="www.google.com">LinkName</a>
+ 1
Type <a href="www.google.com"> text </a>
www.google.com for example, you can put any link you want.
0
< a href="url ">link text< /a >
I.e < a href="http://www.fb.com"> facebook homepage < /a >