5 Ways Strike Through

Introduction to Strike Through

The strike-through, also known as strikethrough, is a typographical feature that allows you to cross out or cancel text by drawing a line through it. This can be useful in a variety of situations, such as indicating corrections, showing that an item is no longer available, or simply for decorative purposes. In this article, we will explore five ways to apply strike-through to your text.

1. Using HTML

One of the most common ways to apply strike-through is by using HTML. You can use the <strike> tag to surround the text you want to strike through. For example: This text will be struck through. However, it’s worth noting that the <strike> tag is deprecated in HTML5, and it’s recommended to use the <s> tag instead. So, the example above would become: This text will be struck through.

2. Using CSS

Another way to apply strike-through is by using CSS. You can use the text-decoration property and set it to line-through to achieve the same effect. For example: This text will be struck through. This method is more flexible than the HTML method, as you can apply it to any element and also combine it with other styles.

3. Using Microsoft Word

If you are working with Microsoft Word, you can apply strike-through to your text by selecting the text and then going to the “Home” tab. In the “Font” group, click on the “Font” dialog box launcher, and then select the “Strikethrough” checkbox. Alternatively, you can use the shortcut key combination “Ctrl + +” (Windows) or “Command + +” (Mac) to toggle strike-through on and off.

4. Using Google Docs

In Google Docs, you can apply strike-through to your text by selecting the text and then going to the “Format” menu. From there, select “Text” and then “Strikethrough”. You can also use the shortcut key combination “Alt + Shift + 5” (Windows) or “Option + Shift + 5” (Mac) to toggle strike-through on and off.

5. Using Markdown

If you are working with Markdown, you can apply strike-through to your text by surrounding it with tilde characters, like this: This text will be struck through. This will render as This text will be struck through in the final output.

💡 Note: The availability of strike-through features may vary depending on the platform or application you are using.

As we have seen, there are several ways to apply strike-through to your text, depending on the context and the tools you are using. Whether you are working with HTML, CSS, Microsoft Word, Google Docs, or Markdown, strike-through can be a useful feature to have in your toolkit.

In summary, strike-through is a versatile feature that can be used in a variety of situations, from indicating corrections to adding decorative flair to your text. By using one of the five methods outlined above, you can easily apply strike-through to your text and take your writing to the next level.

What is strike-through used for?

+

Strike-through is used to cross out or cancel text, indicating corrections, showing that an item is no longer available, or for decorative purposes.

How do I apply strike-through in HTML?

+

You can apply strike-through in HTML by using the tag to surround the text you want to strike through.

Can I use strike-through in Microsoft Word?

+

Yes, you can apply strike-through in Microsoft Word by selecting the text and then going to the “Home” tab, clicking on the “Font” dialog box launcher, and selecting the “Strikethrough” checkbox.