http://fishcaro.crosswinds.net/day_18_URLs_nse.htm
INDEX CARD #18:
UNIFORM RESOURCE LOCATORs (18a)http://www.keypress.com/sketchpad/sketchdemo.html
|
the "MAILTO" URL and more... (18b)mailto " URL? The mailto protocol
can be used in an anchor tag to automatically send an email message
from within the browser. For example, the code
<A HREF="mailto:fishcaro@berkshire.net"> Send me an email! </A> would produce this: (Try it out! Tell me how the course is going for you...) (The browser must be configured to support this tag, so it might not always work.) What happens if there's a forward slash at the end of a URL? A forward slash (/) at the end of a URL means that you're pointing to a directory, not a file; i.e., you're asking to see the contents of the directory. This is a breach of privacy, so most servers are configured to to display a specific file (like "index.html" or "welcome.html" or "default.html") instead of the directory list. If the server doesn't find such a file, the directory contents may be displayed. |
Printable version of Index Card 18a
Printable version of Index Card 18b
WORKSHEET #18:
ASSIGNMENT #18: