Css miscellaneous
- Which of the following property is used to give a 3-D sense of depth to an element?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Syntax: perspective: none
- Which of the following property defines how content should behave when it exceeds the width of its enclosing element?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Syntax: overflow-x: auto | hidden
- Which of the following property allows a marquee to be used in the case of a text overflow?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Syntax: overflow-style: auto | marquee-block
- Which of the following property specifies the placement of an element in relation to floating objects?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Syntax: clear: both | left | none | right
- Which of the following defines in a shorthand form the width, style, and color for the top border of an element?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: E
Syntax: border-top: border-width border-style border-color;