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

Chapter-3 Advanced HTML5 & CSS (Links and Tables) — Online MCQ Test

INFORMATION TECHNOLOGY · Grade 8 · CBSE(NCERT)

Practice Chapter-3 Advanced HTML5 & CSS (Links and Tables) with a free chapter-wise online MCQ test for CBSE(NCERT) Grade 8 INFORMATION TECHNOLOGY. This chapter covers: anchor tag - href - internal linking - external linking - table tag - table row - table data - colspan - rowspan - CSS layout - navigation bar. 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-3 Advanced HTML5 & CSS (Links and Tables) — Important Questions & Answers (FAQ)

Frequently asked questions from CBSE(NCERT) Grade 8 INFORMATION TECHNOLOGY — Chapter-3 Advanced HTML5 & CSS (Links and Tables), with answers and explanations. These are sample questions; the exam has its own separate question set.

Which HTML tag is used to create a hyperlink?
  • A. <link>
  • B. <a> ✓
  • C. <href>
  • D. <anchor>
Answer: B. <a>
The <a> tag (anchor tag) is used to create hyperlinks in HTML5. The href attribute specifies the URL destination.
What does the 'href' attribute stand for?
  • A. Hypertext Reference ✓
  • B. High Energy Reference
  • C. Hyperlink Error Function
  • D. HTML Element Reference
Answer: A. Hypertext Reference
href stands for 'Hypertext Reference' and is used to specify the URL of the page the link goes to.
Identify the correct HTML code for a table with one row and two columns containing 'Name' and 'Age'.
  • A. <table><tr><td>Name</td><td>Age</td></tr></table> ✓
  • B. <table><td>Name</td><td>Age</td></table>
  • C. <tr><td>Name</td><td>Age</td></tr>
  • D. <table><row><data>Name</data><data>Age</data></row></table>
Answer: A. <table><tr><td>Name</td><td>Age</td></tr></table>
A proper table requires <table>, <tr> (row), and <td> (data) tags in correct nesting order.
Compare two linking scenarios: (1) <a href='contact.html'> and (2) <a href='https://example.com'>. Which is internal linking?
  • A. Both are internal linking
  • B. Both are external linking
  • C. Scenario 1 is internal; Scenario 2 is external ✓
  • D. Scenario 2 is internal; Scenario 1 is external
Answer: C. Scenario 1 is internal; Scenario 2 is external
Scenario 1 links to a local file within the website (internal), while Scenario 2 links to an external website URL.
A developer creates a table where one cell needs to span 2 rows and 3 columns. After applying both attributes, other cells in that row appear misaligned. What is the likely cause?
  • A. CSS styling is missing
  • B. The colspan and rowspan attributes have conflicting values
  • C. The table structure doesn't account for the spanned cell reducing available columns ✓
  • D. The browser doesn't support colspan and rowspan together
Answer: C. The table structure doesn't account for the spanned cell reducing available columns
When a cell spans multiple columns, the developer must account for fewer cells in that row. If rowspan=2 and colspan=3 are applied, remaining cells in that row must be adjusted accordingly, or misalignment occurs.

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 →