Div Background Color Example

Div Background Color with Scrollbox

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

Div Background Color with Text Color

<html>
<head>
</head>
<body>
  <div style="height:100px;width:400px;overflow:scroll;color:#FFFFFF;background-color:orange;">
    Scroll box color example is background color is orange, text color is white  and overflow text is automatic set in scroll in scrollbar....
  </div>
</body>
</html>
Scroll box color example is background color is orange, text color is white and overflow text is automatic set in scroll in scrollbar....