MCQ
What does CSS stand for?
Unit-3 Programming Fundamentals
A
Computer Style Sheets
B
Cascading Style Sheets
C
Creative Style System
D
Cascading System Style
Explanation
CSS stands for Cascading Style Sheets and is used to style web pages.
Related MCQs
In JavaScript, what data type is the value "Hello World"?
Unit-3 Programming Fundamentals
View
Which tag is used to create a division or block section in HTML?
Unit-3 Programming Fundamentals
View
What is the default alignment and style of the <th> cell in a table?
Unit-3 Programming Fundamentals
View
In HTML, where are attributes of a tag written?
Unit-3 Programming Fundamentals
View
Which tag underlines text in HTML?
Unit-3 Programming Fundamentals
View
What is the difference between == and === in JavaScript?
Unit-3 Programming Fundamentals
View