HTML entity encode/decode · Guía
HTML Entities Explained
HTML entities are codes that stand in for characters. Knowing the common ones makes escaping intuitive.
Named and numeric
Entities come in named form (&, <) and numeric form (&, <). Both render the same character; named entities are easier to read.
What must be escaped
In HTML text content, & and < always need escaping; in attribute values, quotes do too. Escaping these prevents text from being misread as markup.
Preguntas frecuentes
Puedo usarlo en trabajo de produccion?
Si, para inspeccion, formato y generacion rapida. Revisa siempre el resultado antes de llevarlo a codigo o configuracion de produccion.
¿Listo para probarlo?
Abre la herramienta gratuita HTML entity encode/decode en el navegador y aplica lo que acabas de leer: sin registro y procesando localmente.
Abrir la herramienta HTML entity encode/decode