HTML Div Tag Scrollbox Example

Div Tag Set Scrollbox

<html>
<head>
</head>
<body>
  <div style="height:100px; width:400px; overflow:scroll;">
    Scroll box example is overflow text is automatic set in scroll in scrollbar....
  </div>
</body>
</html>
Scroll box example is overflow text is automatic set in scroll in scrollbar....