+ 1
How to Jump from one page to another through html? Plzz guide me
6 Answers
+ 3
herf --->>> href
It depends on where this HTML page is located. near the first or remotely on the Internet
+ 2
Very easy to accomplish. Use the <a> tag to define a hyper link.
Use the href attribute to indicate the link's destination.
example:
<a href="https://www.sololearn.com">Visit Sololearn.com!</a>
https://code.sololearn.com/WE7J2f9on8pd/?ref=app
+ 1
Think of a website in terms of a folder system like windows..because on a server that will be how pages and images etc are stored.
0
Where I can find my page's url because a create all my pages in this solo learn app
0
When you go to your code tap the share button it looks like a < but with dots at each end.