+ 1
Special Characters do not work in my JavaScript Code.
<script> var say_hello='Hello! \t I am a JavaScript Programmer '; document.write(say_hello); <script>
1 Réponse
0
Add this to your CSS (in body if you don't have a special place for it):
white-space: pre;
https://stackoverflow.com/questions/22670210/t-is-not-working-in-javascript