Question: What is an advantage of using inline CSS?

  1. It is easier to manage.
  2. It is easier to add multiple styles through it.
  3. It can be used to quickly test local CSS overrides.
  4. It reduces conflict with other CSS definition methods.

Answer: The correct answer of the above question is Option B:It is easier to add multiple styles through it.