+ 3
Html
How to link webpages to open with their content when clicked on.
3 Answers
+ 5
<a href="url" > text to be displayed </a>
+ 3
<a href="example.html">tags and/or text</a>
+ 3
thanks for you answers
How to link webpages to open with their content when clicked on.