재훈재훈
HTML Entities 본문
HTML 엔티티 (Entities) 란?
HTML 언어 내의 일종의 예약어 이다. 특정 캐릭터들, 예를 들어서 tag에 쓰이는 <, > 등은 HTML에 의해 사용되고 있다.
만약 사용자가 <, >을 쓸 경우, 표기의 혼란이 생길 수 있으므로 이 문자들의 경우, 특정한 서식문자로 대체하여 쓴다.
Result | Description | Entity Name | Entity Number |
---|---|---|---|
non-breaking space | |   | |
< | less than | < | < |
> | greater than | > | > |
& | ampersand | & | & |
" | double quotation mark | " | " |
' | single quotation mark (apostrophe) | ' | ' |
¢ | cent | ¢ | ¢ |
£ | pound | £ | £ |
¥ | yen | ¥ | ¥ |
€ | euro | € | € |
© | copyright | © | © |
® | registered trademark | ® | ® |
'Computer Engineering > HTML & CSS' 카테고리의 다른 글
How to use frameset tag (example code) (0) | 2018.10.29 |
---|---|
CSS Selectors 2 (0) | 2018.10.27 |
CSS Selectors 1 (0) | 2018.10.27 |