Home » HTML » Html miscellaneous » Question
  1. Which entity is not for both HTML and XML?
    1. cent
    2. quot
    3. It?
    4. apos
    5. None of these
Correct Option: A

cent is only HTML character entity. Other entities like quot, lt, gt, apos, amp are for the use of both HTML and XML. The Unicode point in Hex for apos is U+0027, for lt is U+003C, for cent is U+00A2, for quot is U+0022.



Your comments will be displayed only after manual approval.