YouTip LogoYouTip

Att Frame Scrolling

## HTML <frame> scrolling Attribute The `scrolling` attribute of the `` element specifies whether or not to display scrollbars within a specific frame. By default, browsers automatically display scrollbars if the content inside the frame is larger than the frame's designated boundaries. --- ## Deprecation Notice > ⚠️ **Important:** The `` tag and the `` element are **obsolete and deprecated in HTML5**. Modern web development standards strongly discourage their use. For modern layouts, use CSS Grid/Flexbox, and for embedding external documents, use the ` ```
← Att Frame SrcAtt Frame Noresize β†’