?Identify the style rule for an h1 element to center-align its content.
A. h1 { : center; }
B. h1 { text-align: center; }
C. h1 { text-align: ; }
D. ?h1 { ; }
Answer: B
Computer Science & Information Technology
You might also like to view...
When automating your storyboard to a sequence, what are the two ordering options, and how do they work?
What will be an ideal response?
Computer Science & Information Technology
What is the value of the expression that follows?
strcmp(“dog”, “Dog”) a. -1 b. 0 c. 1 d. ‘\0’ e. none of the above
Computer Science & Information Technology