Basic Notes - Useful Tips
Basic Notes - Useful Tips
Always add a trailing slash to subfolder references. If you link like this: href="http://www.link.com/html", you will generate two HTTP requests to the server, because the server will add a slash to the address and create a new request like this: href="http://www.link.com/html/"
Named anchors are often used to create "table of contents" at the beginning of a large document. Each chapter within the document is given a named anchor, and links to each of these anchors are put at the top of the document.
If a browser cannot find a named anchor that has been specified, it goes to the top of the document. No error occurs.
GOTO MAIN PAGE