HTML 엔티티 코드 알아보기
안녕하세요
이번 포스팅은 HTML 엔티티 코드에 대해 알아보겠습니다.
먼저 HTML엔티티 코드에 대해 알아보겠습니다.
HTML 엔티티 코드
HTML대신 사용할 수 있는 특별한 코드 또는 시퀸스를 뜻 합니다.
EX_ 저작권 기호, 다이아모양 , < , >
&시작해서 ;로 끝납니다.
흔하게 사용되는 건 예약문자라고 생각하시면 됩니다.
그러면 사용할려면 어떻게 해야하나?
필요하다고 생각되는 문자를 구글에 검색합니다.
ex) 눈사람 HTML 엔티티코드
그후에 저기 Number를 복사해주세요
이렇게 넣어주면 됩니다.
웹사이트에 잘 들어가져있어요!
참고사이트
여기서 끝나면 섭섭하니깐 참고 할 만한 사이트 2개정도를 남겨두겠습니다.
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
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
이상으로 포스팅 마치겠습니다!