CSS Fonts
- Which of the following media query describe the ratio of the width to the height of the media?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
aspect-ratio
- Which of the following media query describe describes the height of the screen or full height of the output page?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
device-height
- Which of the following property sets the style of a font?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Syntax: font-style: italic | normal | oblique | inherit.
- Which of the following property specifies whether an element is an accelerator indicator or not?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Syntax: accelerator: true | false.
- Which of the following property sets a variation of the specified or default font family?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Syntax: font-variant: normal | small-caps.