InterviewSolution
Saved Bookmarks
| 1. |
For upward double arrow which entity is used?(a) &uArr(b) &uarr(c) &rarr(d) &darrThis question was addressed to me during an online exam.My enquiry is from HTML 4.x and XHTML 1.x Character Entities topic in division HTML and XHTML Fundamentals of HTML |
|
Answer» RIGHT answer is (a) &uArr The EXPLANATION: &uArr is used for an UPWARDS double arrow, &uarr is for upwards arrow, &rarr for RIGHTWARDS arrow, &darr for downwards arrow. |
|