Home » HTML » HTML URL Encode » Question
  1. Which is not a reserved character?
    1. )
    2. *
    3. (
    4. _
    5. None of these
Correct Option: D

There are two type of characters reserved and unreserved characters. Characters that are allowed in URL but not have any reserved purpose are unreserved characters. These are the characters from A-Z, a-z, 0-9, ‘~’, ‘_’, ‘.’, ‘-‘.



Your comments will be displayed only after manual approval.