How do I draw a line through text in HTML?
Daniel Martin
Updated on March 14, 2026
Also know, how do you type a line through text?
When you've got your text selected, look on the “Home” tab of Word's Ribbon. In the “Font” group, click the “Strikethrough” button (it's the three letters with a line drawn through them). Now, any text you had selected should be struck through. You can also apply strikethrough formatting using the Font window.
Similarly, how do you type striked words? Just add the text in the given area, click on the StrikeEm button. Now just copy paste the generated text to you timeline or any other place where you to add the strikethrough text. Strikethrough (a.k.a strikeout) is represented by words with a horizontal line through their center.
Similarly, it is asked, how do you draw a line in HTML?
In HTML, we can easily add the Horizontal line in the document using the following different ways: Using Html tag. Using the Internal CSS.
Using Html
- <! Doctype Html>
- <Html>
- <Head>
- <Title>
- Add the Line using Html tags.
- </Title>
- </Head>
- <Body>
How do you strike out text?
2. Use Font Dialog box strikethrough command
- Select the text you want to cross out.
- Click the downward facing arrow (pictured above) in the in Font group to open the Font dialog box.
- Select Strikethrough (pictured below)
- Click OK.
Related Question Answers
How do you put a line through text on iPhone?
Easy! Double-tap a word to highlight it and drag the indicators to select multiple words if you want. Then, a menu will pop up. Tap "BIU" here, then select from one of the four options: Bold, Italic, Underline, or Strikethrough.How do you insert lines in Word?
To add a line, follow these steps. On the Insert tab, select Shapes. Under Lines, select any line style you like. Select a location in the document, hold and drag your pointer to a different location, and then release the mouse button.How can I draw in Word?
How to draw in Word- Click the 'Shapes' button and select 'Scribble' Open up your Microsoft Word document.
- Hold down your mouse to draw. Click and hold down your mouse to draw.
- Release the mouse. As soon as you release your mouse, the drawing will be finished.
- Edit your drawing. Double-click your drawing.
How do you put a line through text on messenger?
Strikethrough TextIf you want to draw a line through your text on Messenger, you can use strikethrough formatting. To do this, type a tilde (~) before and after the text. Strikethrough text is typically used to indicate text that is no longer valid or text that should be removed from a draft.
How do you strike out text in Jira?
This page relates to rich text formatting in the new Jira issue view. For information on formatting text in the old issue view, take a look at Editing and collaborating on issues.Markdown.
| Markdown syntax | Result |
|---|---|
| *text* | Italics |
| _text_ | Italics |
| ~~text~~ | Strikethrough |
| `text` |