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 5 Self-Check
Edit this page
Report an issue
Lecture 5 Quiz: HTML Lists & Images
Note
Review before quiz:
Lectures
|
Week 2 Content
|
Lab 2
|
Assignment 1
Lecture 5 Self-Check
Question 1: Which tag creates an unordered list with bullet points?
Select an item
A. <ol>
B. <ul>
C. <dl>
D. <li>
Question 2: In a description list, which tag is used for the term itself?
Select an item
A. <li>
B. <dd>
C. <dt>
D. <img>
Question 3: Which attribute is required to specify the image file path in
<img>
?
Select an item
A.
href
B.
src
C.
id
D.
class
Question 4: Why is the
alt
attribute important for images?
Select an item
A. It sets the image size
B. It adds animation
C. It improves accessibility and fallback text
D. It changes image format
Question 5: Which format is a scalable vector image format?
Select an item
A. JPG
B. PNG
C. SVG
D. TXT