-
What is the URL encoding of VT?
-
- %09
- %02
- %0B
- %06
- None of these
Correct Option: C
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).