Codificare entități HTML
Lipiți HTML sau text mai jos și faceți clic pe Codifică pentru a face escape caractere speciale ca entități HTML. Toată procesarea are loc local în browserul dvs.
Copiat!
What is HTML Entity Encoding?
HTML entity encoding converts special characters into their HTML entity equivalents to prevent them from being interpreted as HTML markup. For example:
<→<>→>&→&"→"'→'
This prevents XSS attacks and ensures text displays correctly in HTML documents.