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