programming-examples/html/Basics/Move outside of an iframe.html
2019-11-18 14:44:36 +01:00

9 lines
301 B
HTML

<!DOCTYPE html>
<html subLang="en">
<head>
<title>Example of moving outside of an iframe</title>
</head>
<body>
<p>Want to move outside the iframe and go to the home page: <a href="http://www.tutorialrepublic.com/">Click here!</a></p>
</body>
</html>