<html>
<body>
<p>An iframe where scrollbars are always shown:</p>
<iframe src="../default.html" width="200" height="200" scrolling="yes">
<p>Your browser does not support iframes.</p>
</iframe>
<p>An iframe where scrollbars are never shown:</p>
<iframe src="../default.html" width="200" height="200" scrolling="no">
<p>Your browser does not support iframes.</p>
</iframe>
<p>The scrolling attribute is not supported in HTML5. Use CSS instead.</p>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml_iframe_scrolling by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:16:59 GMT -->
</html>