欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

HTML实体

程序员文章站 2022-07-06 12:18:38
HTML 字符实体 HTML 中的预留字符必须被替换为字符实体。 HTML 实体 在 HTML 中,某些字符是预留的。 在 HTML 中不能使用小于号(<)和大于号( ),这是因为浏览器会误认为它们是标签。 如果希望正确地显示预留字符,我们必须在 HTML 源代码中使用字符实体(character ......

html 字符实体


html 中的预留字符必须被替换为字符实体。




html 实体


在 html 中,某些字符是预留的。


在 html 中不能使用小于号(<)和大于号(>),这是因为浏览器会误认为它们是标签。


如果希望正确地显示预留字符,我们必须在 html 源代码中使用字符实体(character entities)。


字符实体类似这样:


&entity_name;
或者
&#entity_number;

如需显示小于号,我们必须这样写:&lt; 或 &#60;





不间断空格(non-breaking space)


html 中的常用字符实体是不间断空格(&nbsp;)。


浏览器总是会截短 html 页面中的空格。如果您在文本中写 10 个空格,在显示该页面之前,浏览器会删除它们中的 9 个。如需在页面中增加空格的数量,您需要使用 &nbsp; 字符实体。




html 实例示例


用 html 实体符号做实验: here

html 中有用的字符实体

注释:实体名称对大小写敏感!

显示结果 描述 实体名称 实体编号
  空格 &nbsp; &#160;
< 小于号 &lt; &#60;
> 大于号 &gt; &#62;
& 和号 &amp; &#38;
" 引号 &quot; &#34;
' 撇号  &apos; (ie不支持) &#39;
分(cent) &cent; &#162;
£ 镑(pound) &pound; &#163;
¥ 元(yen) &yen; &#165;
欧元(euro) &euro; &#8364;
§ 小节 &sect; &#167;
© 版权(copyright) &copy; &#169;
® 注册商标 &reg; &#174;
商标 &trade; &#8482;
× 乘号 &times; &#215;
÷ 除号 &divide; &#247;

如需完整的实体符号参考,请访问我们的 html 实体符号参考手册。

html iso-8859-1 参考手册


html 4.01 支持 iso 8859-1 (latin-1) 字符集。


iso-8859-1 的较低部分(从 1 到 127 之间的代码)是最初的 7 比特 ascii。


iso-8859-1 的较高部分(从 160 到 255 之间的代码)全都有实体名称。


这些符号中的大多数都可以在不进行实体引用的情况下使用,但是实体名称或实体编号为那些不容易通过键盘键入的符号提供了表达的方法。


注释:实体名称对大小写敏感。




带有实体名称的 ascii 实体









































结果 描述 实体名称 实体编号
" quotation mark &quot; &#34;
' apostrophe  &apos; &#39;
& ampersand &amp; &#38;
< less-than &lt; &#60;
> greater-than &gt; &#62;



iso 8859-1 符号实体























































































































































































































结果 描述 实体名称 实体编号
  non-breaking space &nbsp; &#160;
¡ inverted exclamation mark &iexcl; &#161;
¢ cent &cent; &#162;
£ pound &pound; &#163;
¤ currency &curren; &#164;
¥ yen &yen; &#165;
¦ broken vertical bar &brvbar; &#166;
§ section &sect; &#167;
¨ spacing diaeresis &uml; &#168;
© copyright &copy; &#169;
ª feminine ordinal indicator &ordf; &#170;
« angle quotation mark (left) &laquo; &#171;
¬ negation &not; &#172;
­ soft hyphen &shy; &#173;
® registered trademark &reg; &#174;
¯ spacing macron &macr; &#175;
° degree &deg; &#176;
± plus-or-minus  &plusmn; &#177;
² superscript 2 &sup2; &#178;
³ superscript 3 &sup3; &#179;
´ spacing acute &acute; &#180;
µ micro &micro; &#181;
paragraph &para; &#182;
· middle dot &middot; &#183;
¸ spacing cedilla &cedil; &#184;
¹ superscript 1 &sup1; &#185;
º masculine ordinal indicator &ordm; &#186;
» angle quotation mark (right) &raquo; &#187;
¼ fraction 1/4 &frac14; &#188;
½ fraction 1/2 &frac12; &#189;
¾ fraction 3/4 &frac34; &#190;
¿ inverted question mark &iquest; &#191;
× multiplication &times; &#215;
÷ division &divide; &#247;



iso 8859-1 字符实体































































































































































































































































































































































































结果 描述 实体名称 实体编号
à capital a, grave accent &agrave; &#192;
á capital a, acute accent &aacute; &#193;
â capital a, circumflex accent &acirc; &#194;
ã capital a, tilde &atilde; &#195;
ä capital a, umlaut mark &auml; &#196;
å capital a, ring &aring; &#197;
æ capital ae &aelig; &#198;
ç capital c, cedilla &ccedil; &#199;
è capital e, grave accent &egrave; &#200;
é capital e, acute accent &eacute; &#201;
ê capital e, circumflex accent &ecirc; &#202;
ë capital e, umlaut mark &euml; &#203;
ì capital i, grave accent &igrave; &#204;
í capital i, acute accent &iacute; &#205;
î capital i, circumflex accent &icirc; &#206;
ï capital i, umlaut mark &iuml; &#207;
ð capital eth, icelandic &eth; &#208;
ñ capital n, tilde &ntilde; &#209;
ò capital o, grave accent &ograve; &#210;
ó capital o, acute accent &oacute; &#211;
ô capital o, circumflex accent &ocirc; &#212;
õ capital o, tilde &otilde; &#213;
ö capital o, umlaut mark &ouml; &#214;
ø capital o, slash &oslash; &#216;
ù capital u, grave accent &ugrave; &#217;
ú capital u, acute accent &uacute; &#218;
û capital u, circumflex accent &ucirc; &#219;
ü capital u, umlaut mark &uuml; &#220;
ý capital y, acute accent &yacute; &#221;
þ capital thorn, icelandic &thorn; &#222;
ß small sharp s, german &szlig; &#223;
à small a, grave accent &agrave; &#224;
á small a, acute accent &aacute; &#225;
â small a, circumflex accent &acirc; &#226;
ã small a, tilde &atilde; &#227;
ä small a, umlaut mark &auml; &#228;
å small a, ring &aring; &#229;
æ small ae &aelig; &#230;
ç small c, cedilla &ccedil; &#231;
è small e, grave accent &egrave; &#232;
é small e, acute accent &eacute; &#233;
ê small e, circumflex accent &ecirc; &#234;
ë small e, umlaut mark &euml; &#235;
ì small i, grave accent &igrave; &#236;
í small i, acute accent &iacute; &#237;
î small i, circumflex accent &icirc; &#238;
ï small i, umlaut mark &iuml; &#239;
ð small eth, icelandic &eth; &#240;
ñ small n, tilde &ntilde; &#241;
ò small o, grave accent &ograve; &#242;
ó small o, acute accent &oacute; &#243;
ô small o, circumflex accent &ocirc; &#244;
õ small o, tilde &otilde; &#245;
ö small o, umlaut mark &ouml; &#246;
ø small o, slash &oslash; &#248;
ù small u, grave accent &ugrave; &#249;
ú small u, acute accent &uacute; &#250;
û small u, circumflex accent &ucirc; &#251;
ü small u, umlaut mark &uuml; &#252;
ý small y, acute accent &yacute; &#253;
þ small thorn, icelandic &thorn; &#254;
ÿ small y, umlaut mark &yuml; &#255;