CSS is the correct way to style HTML elements including background colors. Option C uses inline CSS with the style attribute and background-color property, which is valid. Options A and D use non-existent tags. Option B uses the deprecated HTML attribute approach that should be replaced with CSS.