An <iframe> with scrollbars:
![]()
The scrolling attribute is supported in all major browsers.
The <iframe> scrolling attribute is not supported in HTML5. Use CSS instead.
The scrolling attribute specifies whether or not to display scrollbars in an <iframe>.
Normally, scrollbars appear in an <iframe> when the content is larger than the <iframe>.
| Value | Description |
|---|---|
| auto | Scrollbars appear if needed (this is default) |
| yes | Scrollbars are always shown (even if they are not needed) |
| no | Scrollbars are never shown (even if they are needed) |
HTML <iframe> tag
Your message has been sent to W3Schools.