Css miscellaneous
- Which of the following property defines the color of an element’s top border?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Syntax: border-top-color: color | transparent | inherit
- Which of the following property defines the style for the right border of an element?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Syntax: border-right-style: dashed | dotted | double
- Which of the following property defines whether table cell borders are connected or separate?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
Syntax: border-collapse: collapse | separate | inherit
- Media type names are case-insensitive. State true or false.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
True
- ____________ types are mutually exclusive in the sense that a user agent can only support one media type when rendering a document.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
Media types are mutually exclusive in the sense that a user agent can only support one media type when rendering a document. However, user agents may use different media types on different canvases. For example, a document may (simultaneously) be shown in ‘screen’ mode on one canvas and ‘print’ mode on another canvas.