HTML for Web Development

0% completed

Previous
Next
Quiz
Question 1
Which attribute is mandatory in the <img> tag to display an image?
A
alt
B
src
C
title
D
width
Question 2
Consider the following code snippet. What does it do?
<img src="https://example.com/logo.png" alt="Company Logo">
A
Displays a company logo with alternative text if the image fails.
B
Creates a clickable link with the text "Company Logo".
C
Inserts a background image for the page.
D
Sets the title of the page to "Company Logo".
Question 3
Examine the following code snippet. What does it do?
<audio src="https://example.com/song.mp3" controls></audio>
A
Plays a song automatically without showing any controls.
B
Creates a download link for the audio file.
C
Embeds an audio file with playback controls for the user.
D
Displays the audio file URL as text on the page.
Question 4
Which of the following attributes allows a video to play in full-screen mode?
A
fullscreen
B
allowfullscreen
C
controls
D
mode="full"

.....

.....

.....

Like the course? Get enrolled and start learning!
Previous
Next