i want show 12"3 in my input tag value
i write this:
<INPUT TYPE="text" NAME="" value="12\"3">
but it’s not be right
WHY ?
PS: i must transfer " to " ,or change " to '? i don’t like it
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
HTML simply does not have escape sequences like other languages. In HTML attribute values the only special characters are
<,&and depending on the quotes"or'. And the only to use these characters are character references:Or you use single quotes, then you don’t need to encode the double quotes and vice versa: