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.
Related MCQs
Which part of an HTML document contains the visible page content?
Unit-3 Programming Fundamentals
View
What is the default bullet marker of an unordered list in HTML?
Unit-3 Programming Fundamentals
View
How is inline CSS applied to an HTML element?
Unit-3 Programming Fundamentals
View
What is JavaScript mainly used for in web development?
Unit-3 Programming Fundamentals
View
Which attribute merges two or more rows in an HTML table?
Unit-3 Programming Fundamentals
View
Which tag creates an ordered (numbered) list?
Unit-3 Programming Fundamentals
View