Multiple choice technology web technology Which HTML tag is used to define an internal style sheet? <style> <script> <css> 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.