Custom Search


Choose Your Skin:

Site
 


Designs
 


Graphics
 


Scripts/Reads
 


Tutorials
 


Affiliates
 


Other
 


Skins
 







eXTReMe Tracker

Convert Code into HTML entities

HTML entities are special characters that provide a method of entering characters that cannot be expressed in the document's character encoding or that cannot easily be entered on a keyboard.
This code will convert regular HTML code to HTML code with entities. For example, it will change <html> to &lt;html&gt;.