Q. The HTML tag that specifies a CSS style embedded in an element is called ____?
β
Correct Answer: (B)
Style
Explanation: The style attribute specifies an inline style for an element. Example:
<p style="color:green">This is a paragraph.</p>