⚡엔터티코드
특수문자는 잘못된 표현으로 입력해도 화면에 반영은 되지만, 웹표준 코딩이 아니라서 &(엠퍼센트)로 시작하는 엔터티코드로 입력하는 것을 권장합니다.
<!-- 잘못된 표현 -->
<p>Copyright ⓒCompany all rights reserved.</p>
<!-- 올바른 표현 -->
<p>Copyright ©Company all rights reserved.</p>
⚡자주 쓰이는 엔터티코드
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&css' 카테고리의 다른 글
리스트 태그의 종류 ul, ol, dt 및 사용법 (+주의점, 틀린 사용법 예시) (0) | 2024.05.22 |
---|---|
[html&css] 웹디자인 기능사 채점기준 (0) | 2024.04.30 |
웹 언어의 구분, 프론트엔드와 백엔드란 무엇일까? (1) | 2024.04.29 |
[html&css] html 태그 쉽게 작성하는 법 : 약어 사용법 (Emmet Abbreviation) (1) | 2024.04.29 |
[Text Design] ⚡텍스트 강조하기(형광펜, 점, 물결선, 글자에 배경넣기) (1) | 2024.04.12 |