HTML for Web Development

0% completed

Previous
Next
Quiz
Question 1
What does the following code do?
<a href="https://designgurus.io">Visit DesignGurus.io</a>
A
Creates a clickable link that redirects to DesignGurus.io
B
Embeds an image from DesignGurus.io
C
Sets the background image of the page
D
Opens a modal window with DesignGurus.io content
Question 2
What is the purpose of using the mailto: prefix in an <a> tag's href attribute?
A
To embed a video from an email provider
B
To create a link that sends an email
C
To link to a mail magazine
D
To download an email file
Question 3
How can you create a clickable phone link in HTML?
A
<a phone="tel:+1234567890">Call Us</a>
B
<phone href="tel:+1234567890">Call Us</phone>
C
<tel value="+1234567890">Call Us</tel>
D
<a href="tel:+1234567890">Call Us</a>

.....

.....

.....

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