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