본문 바로가기

웹 개발 메모장

엔티티 코드(Entity Code)

반응형

엔티티 코드(Entity Code)란

 

・엔티티코드(Entity Code)란

 특정 문자열을 예약어(reserved characters)로

 지정한 문자셋을 말한다

 

・엔티티는 html문서를 작성할 때

 특수문자와 컴퓨터 코드, 즉 마크업을 구분하지 못해 충돌하기 때문에

 그것을 막기 위해 특정 문자열을 예약어로 지정한 문자셋을 엔티티코드라고 한다

 

・Html 문서에서 특수 문자를 입력하기 위해 사용하는 코드

 

 

사용 빈도수가 높은 엔티티 코드

엔티티 코드 문자식 표현(Entity Code) 숫자식 표현(Entity Number)
<  ‹ 
> ›
© © ©
 "   "  " 
 &  &  &
(공백)     
• • 

 

 

엔티티 코드(Entity Code) 참고 사이트

 

https://entitycode.com/

 

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

entitycode.com

 

반응형

'웹 개발 메모장' 카테고리의 다른 글

테이블 마우스 오버 색상변경  (0) 2023.04.13
테이블 테두리  (0) 2023.04.12
테이블의 기본  (0) 2023.04.03
HTML, CSS, JavaScript 메모  (0) 2023.04.02