Remove HTML tags

 <table style="width: 300px; text-align: center;" border="1" cellpadding="5">
				  <tr>
					<th width="75"><strong>Name</strong></th>
					<th colspan="2"><span style="font-weight: bold;">Telephone</span></th>
				  </tr>
				  <tr>
					<td>John</td>
					<td><a href="tel:0123456785">0123 456 785</a></td>
					<td><img src="images/check.gif" alt="checked" /></td>
				  </tr>
				</table>
				
Name Telephone John 0123 456 785
				

This option removes every HTML tags leaving only the plain text content inside them. This will definitely clean your code and leave only the plain text. No images, and no document formatting at all. If you want to keep the HTML structure use the Remove Tag Attributes option instead.