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="mailto:name@example.com">email</a>
B
<a email="name@example.com">email</a>
C
<a href="mail:name@example.com">email</a>
D
None of these
Question 2
In HTML , If we need to send the email then href attribute of anchor tag starts with _________ keyword.
A
None of these
B
mail
C
email
D
mailto
Question 3
Which symbol is written immediately after mailto Keyword in href attribute of anchor tag ?
A
Hash
B
Colon
C
Comma
D
Semicolon
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
<a href="mailto:sam@gmail.com?subject=Hello">Email</a>
C
<a href="mailto:sam@gmail.com" subject="Hello">Email</a>
D
None of these
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.