Home » HTML » Html miscellaneous » Question
  1. Which one of the following is used for space character?
    1. %10
    2. %20
    3. %60
    4. %50
    5. None of these
Correct Option: A

%50 represent a capital letter P. %60 specifies “`” symbol. %20 represents space character.



Your comments will be displayed only after manual approval.