MCQ
How is inline CSS applied to an HTML element?
Explanation
Inline CSS is written directly in the style attribute of an element, such as <p style="color:red">.