엔티티 코드(Entity Code)란?
엔티티 코드란 Html 문서에서 특수 문자를 입력하기 위해 사용하는 코드 입니다.
요즘은 UTF-8을 주로 이용하기 때문에 특수문자가 깨지지 않지만 W3C는 엔티티 코드가 아닌 특수 문자는 오류로 인식하기 때문에 특수 문자는 엔티티 코드로 작성하는 것이 좋습니다.
사용 빈도수가 높은 엔티티 코드 정리
엔티티 코드 | 문자식 표현(Entity Code) | 숫자식 표현(Entity Number) |
< | < | ‹ |
> | > | › |
© | © | © |
" | " | " |
& | & | & |
(공백) | |   |
엔티티 코드(Entity Code) 참고 사이트
Entity Code - A Clear and Quick Reference to HTML Entities Codes
About EntityCode The idea came from my constant need to add those hard to remember HTML entity codes, such as the copyright symbol ( © ), every time I’m developing a new website or writing a new article. Usually, I either open one of my previously done web
entitycode.com
https://www.toptal.com/designers/htmlarrows/
HTML Symbols, Entities, Characters and Codes — HTML Arrows
Easily find HTML symbols, entities, characters and codes with ASCII, HEX, CSS and Unicode values for HTML arrow, ASCII arrow, and more in grid or table format.
www.toptal.com
'웹사이트 만들기 > HTML' 카테고리의 다른 글
스킵 네비게이션(Skip Navigation)을 사용해야 하는 이유와 사용 방법 (0) | 2019.12.10 |
---|---|
META Tag의 정의와 메타 태그의 종류 (0) | 2019.12.09 |