Web Technology - BMC201
Home
Syllabus
Schedule
Course Schedule Overview
Week 01
Week 02
Week 03
Week 04
Week 05
Week 06-07 (Mid-Sem)
Week 08
Week 09
Week 10
Week 11
Week 12
Materials
Labs Overview
Lab 01
Lab 02
Lab 03
Lab 04
Lab 05
Lab 06
Lab 07
Lab 08
Lab 09
Quizzes
Resources
Assessments
Assignments
On this page
Lecture 4 Self-Check
Edit this page
Report an issue
Lecture 4 Quiz: HTML Grouping and Semantic Elements
Note
Review before quiz:
Lectures
|
Week 1 Content
|
Lab 1
|
Assignment 1
Lecture 4 Self-Check
Question 1: Which element is a generic block-level container?
Select an item
A. <span>
B. <div>
C. <em>
D. <strong>
Question 2: Which element is an inline generic container?
Select an item
A. <span>
B. <section>
C. <article>
D. <main>
Question 3: Which set contains semantic HTML elements?
Select an item
A. <div>, <span>, <b>
B. <font>, <center>, <big>
C. <u>, <i>, <tt>
D. <header>, <article>, <footer>
Question 4: Semantic markup usually helps search engines and assistive tools because it:
Select an item
A. Hides page structure
B. Removes navigation landmarks
C. Gives meaningful content structure
D. Disables CSS rules
Question 5: If content is self-contained and reusable (like a blog post), which semantic tag is often best?
Select an item
A. <aside>
B. <article>
C. <span>
D. <br>