| Forum Home > General Discussion > How to Create a Hyperlink | ||
|---|---|---|
|
DMAX Site Owner Posts: 4 |
Heres a few tips when creating a Hyperlink in HTML: 1st all links are contained in the <> signs begining with an anchor (a) followed by a the URL referrence (href="http://") then the URL goes in "cuotation" marks. Then you can add visible text and close the anchor. <a href="http://cookiedelivery.webs.com">Visible Link</a> | |
| ||