Multiple Choice
Given the following styles, what size will the text of myLabel be? .root { -fx- font-size: 12pt; }
) label { -fx- font-size: 18pt; }
A) 12 pts
B) 18 pts
C) 15 pts
D) This will cause an error because there are duplicate font-size styles.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Select all that apply. The SetStyle method
Q5: CSS uses the RGB color system to
Q14: If you have two RadioButtons (dogRadio and
Q16: The _ class is used to create
Q17: To build a menu system you must
Q19: To apply specific styles to all of
Q21: In a JavaFX applicaton, you must recompile
Q26: The control that displays a list of
Q30: Which of the following is a CSS
Q39: A TextArea is a multiline TextField that