multiple scrollable sections can be created using which tag
Answers
Answer:
The HTML <frame> scrolling attribute is used to specify that whether the scrollbar will be displayed or not in the <frame> element. Basically the scrollbar is used when the content is larger than the Iframe Element.
Answer:
For vertical scrollable bar use the x and y axis. Set the overflow-x:hidden; and overflow-y:auto; that will automatically hide the horizontal scroll bar and present only vertical scrollbar. Here the scroll div will be vertically scrollable. < div class = "scroll" >
The default value of HTML scrolling attribute is auto. HTML 4.01 frameset when used with frame element. All, when used with iframe element.
Attribute Values:
auto: It has the default value. The scrollbar appears when needed.
yes: This value shows the scrollbar in the iframe element.
no: This value does not show the scrollbar in the iframe element.
HOPE IT HELPS..
LIKE AND FOLLOW...