InterviewSolution
Saved Bookmarks
| 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 |
|