Multiple choice css Which HTML attribute is used to define inline styles? font styles css text style Reveal answer Fill a bubble to check yourself E Correct answer Explanation The style attribute allows CSS rules to be applied directly to HTML elements. It uses the same syntax as CSS but without selectors, and is called inline because the styles are written inside the HTML opening tag itself.