1.

What is URL encode of ‘&’?(a) %24(b) %2c(c) %3d(d) %26I have been asked this question by my college professor while I was bunking the class.This key question is from URL Encoding topic in section HTML Images & Web Page Files of HTML

Answer»

Correct option is (d) %26

For explanation I would say: URL encoding of ‘&’ is %26, its DECIMAL VALUE is 38 and the Hex value is 26. %24 is URL encode of ‘$’ whose Decimal value is 36 and Hex value is 24, %2c is URL encode of ‘,’ its Decimal value is 44 and Hex value is 2c, %3d is URL encode of ‘=’, its Decimal value is 61 and Hex value is 3d.



Discussion

No Comment Found

Related InterviewSolutions