You can't. :(
However, you can strikethrough something on Microsoft Word or OpenOffice Writer, and copy & paste it.
To bold text, you can surround the text with double asterisks like this: text. To strike through text, surround the text with double tildes like this: ~~text~~.
Regarding web design, there are two options: 1. By using CSS: text-decoration:line-through 2. By using HTML: <strike></strike>
You can't send pictures to Facebook through text message, but you can send them through picture mail.
To display strikeout text use the <strike> tags. Example: <strike>Text</strike> Should Display: Text
<strike> text </strike>
If you have an iPhone, there is an app called textfree which creates a number, and you are able to text anybody in any area from that number. You can also send them a text to their phone through your e-mail adress.
Text, E-Mail and Kik are the main use's of communication through technology today.
TEXT - Bold textTEXT - Italic textTEXT - Underlined textTEXT - Strike-out text:)
You go under settings and mail and hit signature.
Unfortunately you can't use custom HTML on Twitter, so you can't bold, italicise, underline or strike-through text.
sortie is selecting, at random, a text from a book. strike occurs when you figure it's meaning out for you.
You can use <S> or <Strike>. So you could have something like: <STRIKE>This text will have a line through it</STRIKE> The way to do it with styles, which is the way it really should be done now is: <span style="text-decoration: line-through;">This text will have a line through it</span> You won't always be using span as the tag. It will depend on what you are doing. The important part is the style part, which can be used in any appropriate tag for formatting text, like <P> or <DIV> or whatever you might be using.