HTML HTML Basic MCQ Question #4802
MCQ Single Best Answer Not Set

QWhich of the following is the proper method for sending HTML email?

ID: #4802 HTML Basic MCQ 188 views
Question Info
#4802Q ID
Not SetDifficulty
HTML Basic MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A
    
    <a href = "mailto: xy@y">
    
  • B
    
    <a href = "xy@y">
    
    
  • C
    
    
    <mail xy@y</mail>
    
  • D
    
    None of the above
    
Correct Answer: Option A

Explanation


The <a> tag that you provided in your answer is used to create a hyperlink in HTML, not to send an HTML email. 
The "mailto" attribute specifies the email address of the recipient, but it does not have anything to do with the format of the email.
We can use the <a> (anchor tag) tag, and the href attribute to mail a person. 

Share This Question

Challenge a friend or share with your study group.