How will the following CSS rule alter the Webpage if it is applied in a style sheet?
```
H1 { font-family: Arial, sans - serif }
```
a) All text enclosed by H1 tags will have the Arial font, while text enclosed by other tags will use sans -serif.
b) All text enclosed by H1 tags will have the sans-serif font, while text enclosed by other tags will use Arial.
c) All text enclosed by H1 tags will have the Arial font if sans-serif is not supported by the system.
d) All text enclosed by H1 tags will have the sans-serif font if Arial is not supported by the system.
d) All text enclosed by H1 tags will have the sans-serif font if Arial is not supported by the system.
You might also like to view...
The IT security of operations professional also tests strategic network security technologies for effectiveness and ensures real-time network ____ response.
A. attack B. threat C. risk D. intrusion
To illustrate the relationship of the parts to the whole, you would use a(n) ________ chart
A) Line B) Pie C) Scatter D) Area
You can get help when working with an Office application in which one of the following areas?
What will be an ideal response?
A standard naming convention in C# for properties is to use the same name as the instance variable or field, except begin the identifier using an uppercase character.
Answer the following statement true (T) or false (F)