CodeLab
Tutorials For Everyone
Run
<!Doctype HTML> <html> <head> <title>Local Links</title> </head> <body> <h2>Local Links example</h2> <p>Following is a local HTML link. It has only destination while absolute path is missing.</p> <a href="pie_image.php" target="_top">Pie Images</a> </body> </html>