1.

What is the URL encoding of VT?(a) %0B(b) %09(c) %06(d) %02This question was posed to me by my school teacher while I was bunking the class.My enquiry is from URL Encoding in section HTML Images & Web Page Files of HTML

Answer»

The correct CHOICE is (a) %0B

For explanation: The URL Encode for VT (vertical tab) character is %0B, %09 is for horizontal tab character, %06 is the URL Encode for ACK (acknowledge), %02 is URL Encode for STX (start of TEXT) character. %00 is the URL Encode for NUL (null character).



Discussion

No Comment Found

Related InterviewSolutions