HTML Encode
HTML Encode converts special characters like <, >, &, and " into their HTML entity equivalents (<, >, &, "). This is essential for safely embedding user-generated content or code examples in HTML without breaking the page structure or introducing XSS vulnerabilities.