Can I add a delete line to textarea text?

can delete lines be added to textarea text? I want to achieve the effect that text deletion lines can appear when users click delete after textarea input.

Mar.25,2021

text-decoration: line-through;


my implementation is as follows: https://www.cnblogs.com/beile.
I have changed two places to make it possible, and
unhides the visibility: hidden; of the text box that occupies height. , and style text-decoration:line-through;


line-through attribute of CSS

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b378ff-3446e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b378ff-3446e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?