Empowering Students with AI-Powered Assessments & Intelligent Learning
Chapter Exam

Chapter 13: CSS - Cascading Style Sheets — Online MCQ Test

COMPUTER APPLICATIONS · CLASS 11th · Tamil Nadu State Board

Practice Chapter 13: CSS - Cascading Style Sheets with a free chapter-wise online MCQ test for Tamil Nadu State Board CLASS 11th COMPUTER APPLICATIONS. This chapter covers: Focusing on web presentation styling this chapter covers CSS syntax selectors inline internal and external style sheets. Students apply colors fonts margins borders and positioning.... AI-generated questions from basic to board-exam level, with instant results and explanations.

10
Questions
20m
Time Limit
3
Attempts Left
  • 10 random questions from this chapter (mixed difficulty)
  • Questions you've seen before won't repeat until the pool resets
  • You have 20 minutes — exam auto-submits when time is up
  • Maximum 3 attempts per chapter
  • Results and explanations shown immediately after submission
Login to Start This Exam →

New here? Register free — includes 3 free chapter exams.

Chapter 13: CSS - Cascading Style Sheets — Important Questions & Answers (FAQ)

Frequently asked questions from Tamil Nadu State Board CLASS 11th COMPUTER APPLICATIONS — Chapter 13: CSS - Cascading Style Sheets, with answers and explanations. These are sample questions; the exam has its own separate question set.

What does CSS stand for?
  • A. Computer Style Sheets
  • B. Cascading Style Sheets ✓
  • C. Creative Style Sheets
  • D. Colorful Style Sheets
Answer: B. Cascading Style Sheets
CSS is the acronym for Cascading Style Sheets, used to style HTML documents.
Which of the following is the correct CSS syntax?
  • A. body {color: black;} ✓
  • B. body:color=black;
  • C. {body;color:black;}
  • D. body:color{black;}
Answer: A. body {color: black;}
CSS syntax follows the pattern selector {property: value;}.
Which selector is used to specify a style for a single, unique element using the id attribute?
  • A. # ✓
  • B. .
  • C. *
  • D. $
Answer: A. #
The id selector uses the hash (#) symbol to target an element with a specific ID.
Which of these is NOT a valid way to integrate CSS into an HTML document?
  • A. Inline
  • B. Internal
  • C. External
  • D. Interleaved ✓
Answer: D. Interleaved
There are only three ways to include CSS: Inline (using style attribute), Internal (using <style> tag), and External (.css file).
Consider the selector 'div p'. What does this select?
  • A. All div and p elements
  • B. All p elements inside a div element ✓
  • C. Only the div element that is a child of p
  • D. The div element and the p element
Answer: B. All p elements inside a div element
The descendant selector (space) selects all elements of the second type that are descendants of the first type.

Choose Your Plan & Start Practising

All plans cover every subject and chapter of your registered grade.

Free
₹0
3 exams · 1 year
Start Free →
Active
₹350
12 exams · 1 year
Get Active →
Pro
₹899
Unlimited exams · 1 year
Get Pro →

Compare all plans in detail →