HTML:- iframe-target attribute

<!DOCTYPE html>
<html>

<head>
 <meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>

 <!--Need Internet Connection-->
 <a href="https://geniusofstudent.blogspot.com" target="blog_link">Open Another Blog</a>
 <br/>
 <iframe src="https://online-html-tools.blogspot.com" name="blog_link"></iframe>

</body>

</html>

Definition:-


iframe target


  • This attribute is used to open the link given in the <a> tag and show it in iframe window.
  • iframe name value and <a> tag target name should be same.
HTML:- iframe-target attribute HTML:- iframe-target attribute Reviewed by Network security on May 01, 2019 Rating: 5

No comments:

Useful Information

Powered by Blogger.