+ 1
How i make a Button which deleted recent alphabet
Hi i am harsh i am making a Keyboard using html and css and Its almost done but The main problem is i cant make a button which deletes the recent charecter in text area pls help me if you want to code i will give you
5 odpowiedzi
+ 1
I also have a keyborad with active backspace button check it.
https://code.sololearn.com/WzQ970cIiUFz/?ref=app
+ 1
Divya Mohan Sorry your code and my code is completely different
+ 1
Do you want to delete word using css???🤨🤨.
Or can you public your code if you don't mine !!!
+ 1
Put this line just vefore end of form tag.it will work
<input type="button" value="⏪" onclick="a.answer.value = a.answer.value.slice(0,a.answer.value.length-1) ;">