Multiple choice technology web technology

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

  1. <style>

  2. <css>

  3. <script>

  4. None of the above

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

The tag is used to define an internal style sheet in HTML. It is placed within the <head> section and contains CSS rules. There is no <css> tag in HTML - <script> is for JavaScript, not styles.