Prev Demo
HTML5
>
Anchor Tag In HTML 5
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h2>Anchor tag without target attribute.</h2> <a href="http://www.dotnetfunda.com" title="DotNetFunda.com">DotNetFunda.com</a> <h2>Anchor tag with target attribute.</h2> <a href="http://www.dotnetfunda.com" title="DotNetFunda.com" target="_blank">DotNetFunda.com</a> </body> </html>
Note: We DO NOT save your trial code in our database.
Output