MCQ
Where is internal CSS written?
Unit-3 Programming Fundamentals
A In a separate .css file
B Inside a <style> tag in the <head>
C In the <body> using <link>
D In a JavaScript file
Explanation

Internal CSS is written inside a <style> tag placed within the <head> section of the page.