Direction: Choose the correct option
Q1.
What does the float property do in CSS?
Direction: Choose the correct option
Q2.
img {
float: left;
margin-right: 10px;
}This CSS is commonly used for what?Direction: Choose the correct option
Q3.
Which property is used to clear floated elements?
Direction: Choose the correct option
Q4.
.clearfix::after {
content: ";
clear: both;
display: table;
}What is the purpose of this CSS?Direction: Choose the correct option
Q5.
Which float value is the default?
