Html – Strike through a div on click
I am fairly new at JavaScript and am creating a simple To Do list app, however, I am having trouble creating a JS function that crosses out the text/task of a particular div onClick. Below is the code on what…
I am fairly new at JavaScript and am creating a simple To Do list app, however, I am having trouble creating a JS function that crosses out the text/task of a particular div onClick. Below is the code on what…
I am trying to find a way to have a strikethrough over text, such as the one possible with the text-decoration property, however I'm trying to make the line extend past the text to the rest of the encapsulating div,…