Prev Demo
Link Using Target
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Hyperlink Example</title> <base href="http://www.tutorialspoint.com/"> </head> <body> <p>Click any of the following links</p> <a href="http://www.dotnetfunda.com" target="_blank">Opens in New</a> | <a href="http://www.techfunda.com" target="_self">Opens in Self</a> | <a href="http://www.kidsfunda.com" target="_parent">Opens in Parent</a> | <a href="http://www.itfunda.com" target="_top">Opens in Body</a> </body> </html>
Note: We DO NOT save your trial code in our database.
Output