Monday, December 31, 2018

Breaks out of a frame

A link that breaks out of a frame:-   

<html>
<body>

<p>Locked in a frame? <a href="https://www.google.com/html/" target="_top">Click here!</a></p>

</body>
</html>

OUTPUT:-



   

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...