Home » HTML » HTML URL Encode » Question
  1. Which of the following is not encode by encodeURI() function?
    1. :
    2. \
    3. [
    4. >
    5. None of these
Correct Option: A

encodeURI() function is JavaScript function. It encodes special characters. The characters that can’t be encoded are ‘,’, ‘?’, ‘/’, ‘@’, ‘=’, ‘&’, ‘$’, ‘+’, ‘#’, ‘:’. Its syntax is encodeURI(uri), uri is the URI that to be encoded



Your comments will be displayed only after manual approval.