0
Why the number code for apostrophe i.e, ' and entity name ' is not working in my keyboard project .[solved]
Why the number code for apostrophe i.e, ' and entity name ' is not working in my keyboard project while That for double qoute &qout; or " is working well; referance for code https://www.tutorialspoint.com/html/html_entities.htm My code check in line 88 and 164 . Click on ' to see error third row right side https://code.sololearn.com/WzQ970cIiUFz/?ref=app
4 Réponses
0
Divya Mohan try to use this in line 88
<button onclick='text.value+="'"'> '</button>
+ 1
Thankyou AKSHAY
0
Divya Mohan it will work I have exchanged the double inverted commas with single for onclick and double for text.value..
0
Divya Mohan welcome 😊