'a' Example: link
<html> <head> <title>A element example</title> </head> <body> <a name="top"></a> <h2>Used as a hyperlink:</h2> <a href="http://www.java2s.com/" target="_blank">java2s.com</a> </body> </html>