Coach-Tech.com

Home
-------------------------------

HTML Entities Generator

Use to convert email addresses, code tags, or other text strings to HTML character entities. The script here will convert every character in the input filed below to their corresponding entities.*

Tip: To hide an email link from web spiders, include the "mailto:" beofe an email address, then place the generated code into your anchor tag, like this:
<a href="GENERATED_CODE">Email me</a>. (I used this generator to convert the "<" and ">" characters in the tag above, so that it shows up on the page.)

Type characters

*If you want to decode a string of HTML entities, such as those generated on this page, or want to convert only angle brackets and quatiation mmarks (<, >, and ") and not convert the rest of the text, use the Encoder/Decoder here.