<!DOCTYPE html>
<html>
<body>
<h2>External Paths</h2>
<p>This example links to a page located in the same folder as the current page:</p>
<p><a href="default.asp">HTML tutorial</a></p>
</body>
</html>