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 3 Self-Check
Edit this page
Report an issue
Lecture 3 Quiz: HTML Basics & Structure
Note
Review before quiz:
Lectures
|
Week 1 Content
|
Lab 1
|
Assignment 1
Lecture 3 Self-Check
Question 1: Which declaration should appear at the top of a modern HTML document?
Select an item
A. <!DOCTYPE html>
B. <doctype web>
C. <meta html5>
D. <head>
Question 2: Which element usually stores metadata and title information?
Select an item
A. <body>
B. <main>
C. <footer>
D. <head>
Question 3: Semantic HTML is useful because it improves:
Select an item
A. File size randomness
B. Accessibility and readability
C. Only animation speed
D. Hardware overclocking
Question 4: Which element should contain visible page content?
Select an item
A. <title>
B. <meta>
C. <body>
D. <link>
Question 5: Which is a good HTML authoring practice?
Select an item
A. Keep proper nesting and indentation
B. Place random tags without closing
C. Use only <div> for everything
D. Skip headings to save time