Multiple choice technology web technology

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

  1. <style>

  2. <script>

  3. <css>

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The element is used to embed CSS rules directly within an HTML document. It's placed in the <head> section and contains CSS code between opening and closing tags. The <script> tag is for JavaScript, not CSS.