What will the font size be when this CSS rule

  1. What will the font size be when this CSS rule is implemented?body{font-size: 50%; } (1 point) half the width of the screen half
    1. answers icon 1 answer
    2. views icon 34 views
  2. What will the font size be when this CSS rule is implemented?body{font-size: 50%;} half the width of the screen half the default
    1. answers icon 3 answers
    2. views icon 65 views
  3. Which is true about font use in presentation slides?Bright font colors should always be used. Only one font size should be used.
    1. answers icon 1 answer
    2. views icon 9 views
  4. What is the selector in this CSS rule?h2 { color: red; font-size: 18px; font-style: italic; font-weight: bold; } (1 point)
    1. answers icon 1 answer
    2. Hailee asked by Hailee
    3. views icon 110 views
  5. QuestionWhich part of the following CSS rule is the selector? h1 { font-family: "Comic Sans MS", cursive, sans-serif; font-size:
    1. answers icon 1 answer
    2. views icon 80 views
  6. In the following piece of CSS code, what is font-size called? h2 { font-size: small } (1 point) Responses property property rule
    1. answers icon 1 answer
    2. views icon 104 views
  7. What will the font size be when this CSS rule is implemented?body{font-size: 50%;} (1 point) Responses half the width of the
    1. answers icon 1 answer
    2. Shogun asked by Shogun
    3. views icon 38 views
  8. Which part of the following CSS rule is the selector?h1 { font-family: "Comic Sans MS", cursive, sans-serif; font-size: 70px;
    1. answers icon 1 answer
    2. views icon 169 views
  9. Which part of the following CSS rule is the selector?h1 } font-family: "Comic Sans MS", cursive, sans-serif; font-size: 70px;
    1. answers icon 1 answer
    2. Kee asked by Kee
    3. views icon 81 views
  10. In the following code-snippet, what is the correct way to change the font size of the h1 heading to 24px?<h1>The best
    1. answers icon 1 answer
    2. views icon 87 views