Quizzes & Puzzles5 mins ago
html on AnswerBank
4 Answers
why does " appear when people type speech-marks ...
It's an age-old problem, so why don't they just put two of these ' together ... like so ''
It's an age-old problem, so why don't they just put two of these ' together ... like so ''
Answers
Best Answer
No best answer has yet been selected by naz_nomad. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.If it (the " thing) does appear then I'd guess that it's an attempt to stop people getting up to mischief on the site. Generally attempts at hacking will involve inserting programming code where it shouldn't be and the quote symbol is used in code all the time.
The html equivalent of that symbol is " (with a semicolon at the end) and this renders any mischief as harmless gibberish if one is substituted for the other.
Maybe either that or to be compliant with web standards as they favour using html equivalents of things like the quotation mark and ampersand symbol etc.
The html equivalent of that symbol is " (with a semicolon at the end) and this renders any mischief as harmless gibberish if one is substituted for the other.
Maybe either that or to be compliant with web standards as they favour using html equivalents of things like the quotation mark and ampersand symbol etc.