Which of the followings is the correct CSS property for an element's text size?
a. font-size
b. text-size
c. font-style
d. text-style
A
Computer Science & Information Technology
You might also like to view...
AJAX allows you to create websites that never need to refresh
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following statements is false?
a. A primitive-type variable can store exactly one value of its declared type at a time. b. Primitive-type instance variables are initialized by default. c. Variables of types byte, char, short, int, long, float and double are initialized to 0. d. Variables of type boolean are initialized to true.
Computer Science & Information Technology