HTML MCQ : HTML Email (Multiple Choice Question)


HTML Paragraph [MCQ] - Multiple Choice Question

Congratulations - you have completed HTML.

You scored %%SCORE%% out of %%TOTAL%%.

Your performance has been rated as %%RATING%%


Your answers are highlighted below.
Question 1
To create a link to an e-mail address following syntax is used -
A
<a href="mail:name@example.com">email</a>
B
None of these
C
<a email="name@example.com">email</a>
D
<a href="mailto:name@example.com">email</a>
Question 2
In HTML , If we need to send the email then href attribute of anchor tag starts with _________ keyword.
A
mailto
B
mail
C
email
D
None of these
Question 3
Which symbol is written immediately after mailto Keyword in href attribute of anchor tag ?
A
Comma
B
Semicolon
C
Colon
D
Hash
Question 4
Automated spam boats will get your email address easily by including email in your webpage using mailto attribute.
A
True
B
False
Question 5
One of the following method is used to send the email with default subject "Hello".
A
<a href="mailto:sam@gmail.com&subject:"Hello">Email</a>
B
None of these
C
<a href="mailto:sam@gmail.com" subject="Hello">Email</a>
D
<a href="mailto:sam@gmail.com?subject=Hello">Email</a>
Once you are finished, click the button below. Any items you have not completed will be marked incorrect. Get Results
There are 5 questions to complete.