Multiple choice css

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

  1. <script>

  2. <css>

  3. <stylesheet>

  4. <style>

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

tags contain internal/embedded CSS within HTML head or body. Option A is for JavaScript, B and C are not valid HTML elements. The style element specifically holds CSS rules for the current page.