scroll div in html code example
Example 1: div scrollable content
div{
overflow : scroll;
}
Example 2: html div scroll
<div id="" style="overflow:scroll; height:400px;">
div{
overflow : scroll;
}
<div id="" style="overflow:scroll; height:400px;">