У меня есть HTML-страница, и я хочу выровнять iframe внизу страницы так, чтобы iframe занимал всю ширину, я не могу выровнять iframe внизу. страница.
<html>
<body>
<p>The rest of the code has not been mentioned to reduce code overflow.</p>
<p>I want to align the iframe after a long page having no. of jquery , images etc.</p>
<iframe src ="bottom.html" width="100%" height="200" style="float:bottom" scrolling="no" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>
</body>
</html>