Which HTML tag is used to define an internal style sheet?
-
<css>
-
<script>
-
<style>
-
<styles>
C
Correct answer
Explanation
The tag is used to define an internal style sheet within an HTML document. It is placed in the <head> section and contains CSS rules between opening and closing tags. Option A (<css>) doesn't exist. Option B (<script>) is for JavaScript. Option D (<styles>) is incorrect.