a) bold b) rock c) solid d) dashed Answer: c Explanation: As the name ...
View QuestionWhich of the following specifies the width of an outline?
a) outline-size b) outline-width c) outline-height d) both outline-size and outline-width Answer: b Explanation: ...
View Question
Select the output of the following CSS.
div {
border-width:5px;
border-style:dotted solid double dashed;
}
Select the output of the following CSS. div { border-width:5px; border-style:dotted solid double ...
View QuestionWhich of the following values specifies a 3D grooved outline?
a) initial b) ridge c) groove d) groove3d Answer: c Explanation: groove specifies a 3D grooved border. ...
View QuestionWhich of the following property specifies the look and design of an outline?
a) outline-font b) outline-style c) outline-format d) none of the mentioned Answer: b Explanation: The outline-style CSS ...
View QuestionWhich of the following value specifies a dashed outline?
a) dash b) dashed c) double-dash d) all of the mentioned Answer: b Explanation: The property defines a dashed ...
View QuestionIdentify the outline property that specifies the amount of area extended beyond the border box.
a) outset3d b) inset c) outset d) inset3d Answer: c Explanation: It specifies a 3D outset border. The effect ...
View QuestionWhich of the following property specifies the color of an outline?
a) color-outline b) outline-color c) outline-style-color d) none of the mentioned Answer: b Explanation: As the property name specifies, ...
View Question
Choose the option that correctly specifies the output of the following CSS.
span {
border: 1px solid red;
outline: green dotted thick;
}
Choose the option that correctly specifies the output of the following CSS. span { border: 1px solid red; ...
View QuestionWhich of the following property is used to draw a line around elements outside the borders?
a) line b) padding c) outline d) border Answer: c Explanation: Outlines do not take up space, they are drawn above ...
View Question