Direction: Choose the correct option
Q1.
Which border style creates a solid line?
Direction: Choose the correct option
Q2.
div {
border: 4px double black;
}What does a double border look like?Direction: Choose the correct option
Q3.
.btn {
border: 3px outset #999;
}
.btn:active {
border-style: inset;
}What effect does this create?Direction: Choose the correct option
Q4.
Which border styles create 3D effects?
Direction: Choose the correct option
Q5.
div {
border: 5px groove gray;
}What does a groove border look like?