InterviewSolution
Saved Bookmarks
| 1. |
Which of the following entity is for shape?(a) &uarr(b) &loz(c) &rarr(d) &larrI have been asked this question in a job interview.My query is from HTML 4.x and XHTML 1.x Character Entities in division HTML and XHTML Fundamentals of HTML |
|
Answer» CORRECT choice is (b) &loz The explanation is: &loz is for the SHAPE LOZENGE, &UARR is for upward arrow, &rarr for RIGHTWARDS arrow, &larr for leftwards double arrow. The number for &uarr is ↑, for &loz is ◊, for &rarr is →, for &larr is ←. |
|