| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Links Elements Test</title> | |
| <link rel="stylesheet" href="http://a.example.com/style.css"> | |
| <script src="http://a.example.com/script.js"></script> | |
| </head> | |
| <body> | |
| <a href="http://a.example.com/page.html">Anchor</a> | |
| <img src="http://a.example.com/img.jpg" alt="Image"> | |
| <area href="http://a.example.com/map.html" alt="Area"> | |
| <form action="http://a.example.com/form" method="post"></form> | |
| <object data="http://a.example.com/object.swf"></object> | |
| </body> | |
| </html> |