This is the iframe
that calls a link , I wanted to keep this iframe
structure and can call more iframes
while maintaining this structure:
<div>
<iframe
width="1100"
height="500"
id="teste"
src="google.com"
scrolling="no">
</iframe>
</div>