Multiple Choice
Why do coding conventions suggest not using the style attribute?
A) The HTML5 standard does not include the style attribute.
B) It leads to code inefficiencies.
C) It defeats the purpose of CSS: keeping presentation separate from content.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q81: What do canvas's transformation operations allow you
Q82: Which of the following CSS-rule locations has
Q83: The purpose of the W3C's Tidy tool
Q84: Normally, you should omit an img element's
Q85: Given the following CSS rule, which type
Q87: To handle browsers that support different audio
Q88: Which of the following elements is in
Q89: CSS inheritance is when a CSS property
Q90: Coding conventions suggest that you declare a
Q91: How is the strict equality operator (===)