Multiple choice technology web technology

Which HTML tag is used to define an internal style sheet?

  1. <css>

  2. <script>

  3. <style>

  4. <styles>

Reveal answer Fill a bubble to check yourself
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.