HTML MCQ : HTML Email (Multiple Choice Question)
Question 1 |
If we need to include some of the lines to mail body then we can use following approach ?
<a href="mailto:sam@gmail.com&body=Body Text" >Email</a> | |
<a href="mailto:sam@gmail.com?body=Body Text">Email</a> | |
<a href="mailto:sam@gmail.com" body="Body Text">Email</a> | |
None of these |
Question 2 |
We can include default subject heading and body text by passing query parameter(s) separated by _____________ symbol.
Question Mark | |
Comma | |
Colon | |
Ampersand |
Question 2 Explanation:
Query Parameters are separated by Ampersand.
Question 3 |
Query parameters are written usually after Question Mark Symbol.
Question Mark | |
Semicolon | |
Colon | |
None of these |
There are 3 questions to complete.