81. | Which symbol is written immediately after mailto Keyword in href attribute of anchor tag ? |
Discuss |
Answer: (c).Colon
|
82. | One of the following method is used to send the email with default subject "Hello". |
Discuss |
Answer: (a).<a href="mailto:sam@gmail.com?subject=Hello">Email</a>
|
83. | If we need to include some of the lines to mail body then we can use following approach ? |
Discuss |
Answer: (b).<a href="mailto:sam@gmail.com?body=Body Text">Email</a>
|
84. | We can include default subject heading and body text by passing query parameter(s) separated by _____________ symbol. |
Discuss |
Answer: (d).Ampersand
|
85. | Query parameters are written usually after ____________ Symbol. |
Discuss |
Answer: (b).Question Mark
|
86. | If the image cannot be displayed then _______ specifies an alternate text for an image. |
Discuss |
Answer: (b).alt attribute
|
87. | __________ attribute is used to display an image ? |
Discuss |
Answer: (a).src attribute
|
88. | Which of the following pair of attribute is required for img tag ? |
Discuss |
Answer: (a).src and alt
|
89. | The ______ tag defines an image in an HTML page. |
Discuss |
Answer: (c).<img>
|
90. | Alt Attribute is more useful in the situation where user have ____________. |
Discuss |
Answer: (b).Slow Internet Connection
|