I have a question about ASCII code and HTML.
Most sites state what ASCII is but then mention things like HTML alternative or HTML code. Is this still ASCII?
Any way, my actual question is, is < ASCII (if not, what ‘language’ is 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.
ASCII is an encoding : it defines how the char you see are encoded in 0 & 1 (in fact in bytes). This problem is totally unrelated to how a browser displays the characters it decodes in a HTML file.
You can send to a browser a file containing the characters
<in any encoding, be it UTF-8, ASCII, or another one.<is a character entity reference, coming from SGML and defined both in XML and HTML.Here’s the official reference about HTML4 character entities.