CSE :: CSS - CS
- Which of the following value specifies a dashed outline?
- Which of the following property specifies the look and design of an outline?
- Which of the following values specifies a 3D grooved outline?
-
Select the output of the following CSS.
div {
border-width: 5px;
border-style: dotted solid double dashed;
}
- Which of the following specifies the width of an outline?
- What does all media type is used for?
- What does projection media type is used for?
- What does tty media type is used for ?
- What does aural media type is used for ?
A.
Box having dotted top outline, solid right outline, double bottom outline and dashed left outline |
B.
Box having dotted top outline, solid left outline, double bottom outline and dashed right outline |
C.
Box having dotted bottom outline, solid right outline, double top outline and dashed left outline |
D.
Box having dotted bottom outline, solid left outline, double top outline and dashed left outline |