CSS Strikethrough

I was wondering what's the name of the cross-line in CSS file. After consulted with my coworker and knew it is strikethrough. However when I put the trikethrough in the css file it does not work.

The true name is: line-through.

To make strikethrough text using CSS, use text-decoration: line-through in your style sheet.


No comments:

Post a Comment

Datatable static image not found on the server

When you use ```datatables.min.css``` and ```datatables.min.js``` locally, instead of datatables CDN, you may have encountered that ```sort...