Home » HTML » HTML URL Encode » Question
  1. What is the URL encoding of VT?
    1. %09
    2. %02
    3. %0B
    4. %06
    5. 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).



Your comments will be displayed only after manual approval.