Question: What is an alternate way to define the following CSS rule?

  1. font-weight: 400;
  2. font-weight: medium;
  3. font-weight: 700;
  4. font-weight: Black;

Answer: The correct answer of the above question is Option C:font-weight: 700;