I have this test html page, I tried it in both chrome and firefox.
<html>
<body>
before iframe
<iframe width="300" height="300" src="http://www.yahoo.com"/>
after iframe
</body>
</html>
But what i see is I see the text 'before iframe', but I don't see the text 'after iframe'.
Can you please tell how can I fix it?
Thank you.
An iframe is not a self closing element, specify the end tag.
<iframe src="" width="" height=""></iframe>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With