HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <a href="/js" target="_parent">Learn Javascript</a> <p><strong>Note:</strong> When a hyperlink's target attribute value is <strong>"_parent"</strong>, then the hyperlink will open the linked document in it parent frame. Here an output screen itself an iframe, and its parent frame is entire window. So when you click on the hyperlink, the linked document will open in the entire window.</p> </body> </html>
OUTPUT
×

Save as Private