Programming/HTML

이스케이핑

꼴통보안인 2017. 12. 11. 19:34

이스케이핑은 html 코드 및 태그를 html 언어가 아닌 일반 문자로 해석되어 표시되게 하는 것이다.

 

코드 리스트
    * & → & (ampersand, U+0026),  
    * &lt; → < (less-than sign, U+003C)
    * &gt; → > (greater-than sign, U+003E)
    * &quot; → " (quotation mark, U+0022)
    * &apos; → ' (apostrophe, U+0027)

참고(온라인 이스케이핑 도구 사이트) : http://www.htmlescape.net/htmlescape_tool.html