[Info]Tags categorized posts and contents patterns..

[AJAX] Ajax Code E xamples.. [Book] About the book.. [CSS] CSS Code E xamples.. [DB] Sql Code E xamples.. [DEV] All development stor...

2016년 3월 7일 월요일

[HTML]HTML 엔티티(Entities) 정리..

출처 : Outsider's Dev Story https://blog.outsider.ne.kr/

HTML 엔티티는 HTML에서 특정 캐릭터들이 예약되어 있기 때문에 표기의 혼란을 막기 위해서 사용하는 것입니다. 흔히 공백을 &nbsp; 로 쓰거나 <,>를 &lt; &gt; 처럼 쓰는 것을 말합니다. 마크업과 충돌을 막기 위해서 사용하는데 자주 쓰는 것은 외우고 있지만 자주 안쓰는 것은 기억하기가 쉽지 않아서 정리합니다.

표시 글자
엔티티 숫자
엔티티 이름
설명
 &#160;&nbsp;space
<&#60;&lt;less than
>&#62;&gt;greater than
&&#38;&amp;ampersand
'&#39;&apos; (IE에서 안됨)apostrophe
"&#34;&quot;quotation mark
&#8216;&lsquo;left single quotation mark
&#8217;&rsquo;right single quotation mark
&#8220;&ldquo;left double quotation mark
&#8221;&rdquo;right double quotation mark
°&#176;&deg;degree
·&#183;&middot;middle dot
×&#215;&times;multiplication
÷&#247;&divide;division
?&#8722;&minus;minus
&#8734;&infin;infinity
&#8764;&sim;simular to
&#8800;&ne;not equal
&#8804;&le;less or equal
&#8805;&ge;greater or equal
?&#8211;&ndash;en dash
?&#8212;&mdash;em dash
?&#8226;&bull;bullet
&#8230;&hellip;horizontal ellipsis
&#8242;&prime;minutes
&#8243;&Prime;seconds
?&#169;&copy;copyright
?&#174;&reg;registered trademark
&#8482;&trade;trademark

더 자세한 HTML 엔티티 목록은 W3C School 문서를 참고하세요.

ps. 폰트문제때문인지 블로그에서는 copyright랑 trademark 기호가 제대로 표시가 안되네요. ㅡ..ㅡ


My Comment..
이건 아마도 두고 두고 보거나 찾아볼듯한 느낌이다.. 아 먼가를 더 말하고 싶은데 지금 감기 때문에 상태가 메롱이라 길게 쓰질 못하겠구나.. 아프다고 대충 읽고 올리는 것은 아니다.. 최소한 나에게 필요한 것 그리고 이해하면서 올리고 있다.. 잊어먹을지라도..

댓글 없음:

댓글 쓰기