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