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
<a href="mailto:sam@gmail.com&body=Body Text" >Email</a>
B
None of these
C
<a href="mailto:sam@gmail.com" body="Body Text">Email</a>
D
<a href="mailto:sam@gmail.com?body=Body Text">Email</a>
Question 2
We can include default subject heading and body text by passing query parameter(s) separated by _____________ symbol.
A
Comma
B
Ampersand
C
Colon
D
Question Mark
Question 2 Explanation: 
Query Parameters are separated by Ampersand.
Question 3
Query parameters are written usually after Question Mark Symbol.
A
None of these
B
Colon
C
Question Mark
D
Semicolon
There are 3 questions to complete.