Reserved Characters in HTML
페이지 정보
작성자 최고관리자 작성일 21-02-09 11:48 조회 9,533 댓글 0본문
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
댓글목록 0
등록된 댓글이 없습니다.