Consider the given CSS rule.
span {
color: black;
font-size: 14pt; }
What is span referred to as in the CSS rule?
Answer : A
What is one of the possible values of the text-align property?
Answer : C
Use the given code to answer the following question:

How will the boxes be arranged if the viewport's width is 600px?
Answer : A
When should HTML code primarily be used for a web page?
Answer : C
Which code snippet should be used to display content with a top padding of 25px, a right padding of 50px, a bottom padding of 75px, and a left padding of 100px?
A)

B)

C)

D)

Answer : C
The width and height of a screen are 300px and 500px, respectively. The screen has a resolution of 456dpi and is currently in a portrait orientation. Which media query returns FALSE9
Answer : B
Use the given codes to answer the following question:

Which color will is used to display the text for Los Angeles?
Answer : B