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