HTML fun: hiding links
Make it seem there are no links on a page, but there are. Only you know the secret.
Make it seem there are no links on a page, but there are. Only you know the secret.
What type of URL is this?
/images/le-grosse-patate.jpg
Lesson contents
Some links have a complete URL, like https://web.skilling.us/lesson/links-and-urls
. But most don't. They have shorter URLs, like links-and-urls
.
Uniquely identify element
Lesson contents
Log in
If you're a student, please log in, so you can get the most from this page.
A user clicks on a link to a page, say to rosie.html
. The browser asks for the file, gets it, and renders the HTML it receives.
The file the browser asks for can be local, that is, on the same computer as the browser. Usually, though, the file is remote, on a server somewhere on the internet.
Make a page with on-page and external links.
Use folders to organize your stuff.