Css miscellaneous
- Which of the following property defines the alignment of Ruby text as defined by a <rt> tag, in relation to base text defined by a <ruby> tag?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Syntax: ruby-align: auto | center
- Which of the following property is used to define whether an element should be resized and, if so, upon what axis?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Syntax: resize: both | horizontal | none
- 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