Prev Demo
HTML5
>
Scroll Bar
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h2 style="color:blue">Scroll bar</h2> <div style="width:50px;height:50px;overflow:scroll;padding:5px;"> Techfunda is a online tutorials </div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output