- 2
Fill in the blanks to float the text to left and to produce horizontal and vertical scrollbars:
5 Antworten
+ 2
overflow:scroll
+ 1
Fill in the blanks to produce horizontal and vertical scrollbars:
div {
width: 150px;
height: 150px;
background-color: LightBlue;
float: left;
overflow
:
scroll
;
}
+ 1
overflow:scroll
0
John 103306 when you don't know answer don't write anything
- 1
IDK