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

Chapter 10: HTML - Structural Tags — Online MCQ Test

COMPUTER APPLICATIONS · CLASS 11th · Tamil Nadu State Board

Practice Chapter 10: HTML - Structural Tags with a free chapter-wise online MCQ test for Tamil Nadu State Board CLASS 11th COMPUTER APPLICATIONS. This chapter covers: Focusing on web page design this chapter details basic HTML document structures and essential elements. Students learn tags for head body title and fundamental page layout configur.... 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 10: HTML - Structural Tags — Important Questions & Answers (FAQ)

Frequently asked questions from Tamil Nadu State Board CLASS 11th COMPUTER APPLICATIONS — Chapter 10: HTML - Structural Tags, with answers and explanations. These are sample questions; the exam has its own separate question set.

Which tag is used as the root element of an HTML document?
  • A. <html> ✓
  • B. <head>
  • C. <body>
  • D. <title>
Answer: A. <html>
The <html> tag serves as the container for all other HTML elements, acting as the root of the document.
Which section of an HTML document is used to provide information about the page, such as the title and metadata?
  • A. <body>
  • B. <head> ✓
  • C. <header>
  • D. <footer>
Answer: B. <head>
The <head> section contains non-visible information, including the title of the document and links to external resources.
Which tag contains the visible content of an HTML document?
  • A. <head>
  • B. <body> ✓
  • C. <main>
  • D. <section>
Answer: B. <body>
The <body> tag encloses all the content that is displayed to the user, such as text, images, and links.
Compare <head> and <body>: Which statement is true?
  • A. Content inside <head> is visible on the page, while content inside <body> is hidden.
  • B. Both <head> and <body> are inside the <title> tag.
  • C. <head> contains metadata, while <body> contains the actual visible content of the page. ✓
  • D. You can have multiple <body> tags in one document.
Answer: C. <head> contains metadata, while <body> contains the actual visible content of the page.
The <head> element provides structural info for the browser, while the <body> element contains the viewable content.
Consider a situation where a developer wants to link an external CSS file to their HTML. Where should this link tag be placed?
  • A. At the very beginning of the <body> tag.
  • B. Inside the <head> tag. ✓
  • C. Directly inside the <html> tag after the <body> closes.
  • D. At the very end of the <body> tag.
Answer: B. Inside the <head> tag.
External CSS files are linked using the <link> tag, which must be placed inside the <head> section.

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 →