| Result | Description | Entity Name | Entity Number | 
|---|---|---|---|
| " | quotation mark | " | " | 
| ' | apostrophe | ' (does not work in IE) | ' | 
| & | ampersand | & | & | 
| < | less-than | < | < | 
| > | greater-than | > | > | 
아래는 샘픔
<p>test</p>
<p>Some text with "quotes" in it</p>
<p><img src="/images/picture.gif" alt="Alt text goes here"></p>
use HTML::Entities;
$a = "Våre norske tegn bør æres";
decode_entities($a);
encode_entities($a, "\200-\377");
 
댓글 없음:
댓글 쓰기