Forum Moderators: phranque
I'd heard that the <link> tag can do this, but I've been experimenting with it and so far haven't had any success. Are there any other methods of pre-loading a webpage?
Thanks,
Matthew
<head>
<link rel="previous" href="chapter4.html" />
<link rel="next" href="chapter6.html" />
</head>
<body>
<a href="chapter4.html">previous</a>
<a href="chapter6.html">next</a>
</body>
For list of link types:
[w3.org ]