XamBaaz
💻

Class 10 Computer Science — Chapter 2: Advanced HTML

6 practice questions · 2 Easy · 2 Medium · 2 Hard

Free NCERT-aligned multiple-choice practice for Class 10 Computer Science, Chapter 2 (Advanced HTML). Practise timed Easy, Medium and Hard quizzes with instant explanations — built for CBSE Board exams, JEE Main and NEET UG. Here are a few sample questions; sign in free to practise all 6.

Sample questions

Q1Easy

Tag for a table row in HTML:

A.<row>
B.<tr>✓ correct
C.<td>
D.<table-row>
Why

<tr> = table row; <td> = cell.

Q2Medium

Tag for a single-line text input:

A.<input type="text">✓ correct
B.<textarea>
C.<form>
D.<button>
Why

<input type="text"> creates a text field.

Q3Hard

To make a table cell span 2 columns:

A.colspan="2"✓ correct
B.rowspan="2"
C.merge="2"
D.width=2
Why

<td colspan="2"> spans across two columns.

Practise all 6 questions free

Timed quizzes, instant scoring, streaks and XP. Sign in with Google — no card needed.

Start this chapter free →
← All Class 10 Computer Science chapters