'scroll' Syntax and Note : scroll « HTML Attributes Reference « HTML CSS Reference






'scroll' Syntax and Note

Note:
    
This attribute controls whether to show the scroll bars. 
It is a Boolean attribute.
Possible values are true, no, and auto.
true is the default value
auto means that scroll bars are shown when the page content exceeds the visible area.
    
Syntax:
    
<element scroll="value"> . . . </element>
    

      
      








Related examples in the same category

1.'scroll' Example
2.scroll is applied to