CSS Outline
- Which of the following value specifies a solid outline?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
As the name suggests, a solid outline is created using this value.
- Which of the following specifies the width of an outline?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
The outline-width CSS property is used to set the width of the outline of an element.
- Select the output of the following CSS.
div {
border-width:5px;
border-style:dotted solid double dashed;
}
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
The shorthand run in clockwise direction.
- Which of the following values specifies a 3D grooved outline?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
groove specifies a 3D grooved border. The effect depends on the border-color value.
- Which of the following property specifies the look and design of an outline?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
The outline-style CSS property is used to set the style of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.