Symbol 뒤에 HTML Number를 붙혀주면 특수문자를 입력할 수 있다.
Symbol | HTML Number | HTML Name | Description |
! | ! | exclamation point | |
" | " | "\; | double quotes |
# | # | number sign | |
$ | $ | dollar sign | |
% | % | percent sign | |
& | & | &\; | ampersand |
' | ' | single quote | |
( | ( | opening parenthesis | |
) | ) | closing parenthesis | |
* | * | asterisk | |
+ | + | plus sign | |
, | , | comma | |
- | - | minus sign - hyphen | |
. | . | period | |
/ | / | slash | |
: | : | colon | |
; | ; | semicolon | |
< | < | < | less than sign |
= | = | equal sign | |
> | > | > | greater than sign |
? | ? | question mark | |
@ | @ | at symbol | |
[ | [ | opening bracket | |
\ | \ | back slash | |
] | ] | closing bracket | |
^ | ^ | caret - circumflex | |
_ | _ | underscore | |
` | ` | grave accent | |
{ | { | opening brace | |
| | | | vertical bar - pipe | |
} | } | closing brace | |
~ | ~ | equivalency sign - tilde | |
– | – | en dash |
출처: https://4urdev.tistory.com/62 [Simplify:티스토리]
'frontend > HTML' 카테고리의 다른 글
[HTML] Form 태그란? (0) | 2021.08.07 |
---|---|
[HTML] meta tag (0) | 2021.08.02 |
[HTML5] Semantic 태그 (0) | 2021.07.28 |
[ HTML] 회원가입 form 안의 button! (0) | 2021.07.17 |
[HTML] Input태그의 required속성. (0) | 2021.07.17 |