Reserved Characters in HTML
페이지 정보
본문
Reserved Characters in HTML
Some characters are reserved in HTML and XHTML. For example, you cannot use the greater than or less than signs within your text because the browser could mistake them for markup.
HTML and XHTML processors must support the five special characters listed in the table below:
Character Entity Number Entity Name Description
" " " quotation mark
' ' ' (does not work in IE) apostrophe
& & & ampersand
< < < less-than
> > > greater-than
http://www.w3schools.com/tags/ref_entities.asp
Some characters are reserved in HTML and XHTML. For example, you cannot use the greater than or less than signs within your text because the browser could mistake them for markup.
HTML and XHTML processors must support the five special characters listed in the table below:
Character Entity Number Entity Name Description
" " " quotation mark
' ' ' (does not work in IE) apostrophe
& & & ampersand
< < < less-than
> > > greater-than
http://www.w3schools.com/tags/ref_entities.asp
- 이전글[설치/설정] php5.3 으로 업그레이드시 자동 호환성 체크기 21.02.09
- 다음글str_replace, preg_replace, ereg_replace 속도 비교 21.02.09
댓글목록
등록된 댓글이 없습니다.