

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Strikethrough text with CSS
Use the text-decoration property to strikethrough text with CSS. You can try to run the following code to underline text:
<html> <head> </head> <body> <p style = "text-decoration:line-through;"> This will be striked through. </p> </body> </html>
- Related Questions & Answers
- Display strikethrough text in HTML
- How to mark strikethrough text in HTML?
- How to create a strikethrough text using JavaScript?
- Underline text with CSS
- Capitalize text with CSS
- Indent Text with CSS text-indent Property
- Text Indentation Working with CSS
- Text Transformation Working with CSS
- Set the text shadow around a text with CSS
- Convert text to lowercase with CSS
- Convert text to uppercase with CSS
- Emphasis text and color with CSS
- Setting Text Color Working with CSS
- Set Text Alignment Working with CSS
- Add shadow effects to text with CSS
Advertisements