I want to open iframe URL in new tab.
Currently, my code opens iframe URL on same windows.
<html>
<head>
<title>Demo</title>
</head>
<body>
<!-- Start your code here -->
<div style="border: 2px solid #FFFFFF; overflow: hidden; margin: 15px auto; max-width: 1058px;">
<iframe scrolling="no" src="http://www.lazada.com.my/unbeatable-deals/?spm=a2o4k.home.sku-feed-slider-with-banner_27936.31.lbj3BM&bid=my15da" style="border: 0px none; margin-left: 0px; height: 1186px; margin-top: -285px; margin-bottom: -105px; width: 100%;">
</iframe>
</div>
<!-- End your code here -->
</body>
</html>