MCQ
What is the correct HTML for a style tag?
A <style>
B <css>
C <stylesheet>
D <design>
Explanation

The <style> tag is used to define internal CSS styles within an HTML document.