How i make a Button which deleted recent alphabet | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

7th Sep 2020, 7:40 AM
Harsh Mathur (Exams soon )
5 Answers
+ 1
I also have a keyborad with active backspace button check it. https://code.sololearn.com/WzQ970cIiUFz/?ref=app
7th Sep 2020, 7:56 AM
Divya Mohan
Divya Mohan - avatar
+ 1
Divya Mohan Sorry your code and my code is completely different
7th Sep 2020, 8:09 AM
Harsh Mathur (Exams soon )
+ 1
Do you want to delete word using css???🤨🤨. Or can you public your code if you don't mine !!!
7th Sep 2020, 8:24 AM
Divya Mohan
Divya Mohan - avatar
7th Sep 2020, 8:27 AM
Harsh Mathur (Exams soon )
+ 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) ;">
7th Sep 2020, 9:03 AM
Divya Mohan
Divya Mohan - avatar