0
How to link a page in html
html is best
5 Answers
+ 9
<a href="url">click</a>
<iframe src="url"></iframe>
+ 5
<a href="myPage.html">Click here</a>
+ 2
<a href="link">press here</a>
+ 1
<a href="myPage.html">Click Me</a>
0
<a href="[Link]">[What you want the link to say]</a>