Given the following styles, what size will the text of the label 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.

b. 18 pts

Computer Science & Information Technology

You might also like to view...

Statements a programmer writes in a high-level language are called ____________, or simply code.

a. source code b. high-level text c. program font d. simple script

Computer Science & Information Technology

A footnote consists of one or more lines at the bottom of each page.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology