'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