📄 ref_entities.asp@output=print
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HTML Latin-1 Entities</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />
<meta name="Description" content="Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building." />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
<h1>HTML Latin-1 Character Entities Reference</h1>
<a href="ref_ascii.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="ref_symbols.asp"><img border="0" src="../images/btn_next.gif" alt="Next" width="100" height="20" /></a>
<hr />
<p>HTML 4.01 supports the ISO 8859-1 (Latin-1) character set.</p>
<p>The lower part of ISO-8859-1 (codes from 0-127) is the
<a href="ref_ascii.asp">original 7-BIT ASCII</a>.</p>
<p>The higher part of ISO-8859-1 (codes from 160-255) all have
character entity names.</p>
<p>Most of these characters can be used without an entity reference, but entity
names or entity numbers provide a method for expressing characters that cannot
easily be entered on a keyboard.</p>
<p>
<b>Note:</b> Entity names are case sensitive.</p>
<hr />
<h2>ASCII Entities with Entity Names</h2>
<table class="ex" cellspacing="0" border="1" width="100%">
<tr>
<th align="left">Result</th>
<th align="left">Description</th>
<th align="left">Entity Name</th>
<th align="left">Entity Number</th>
</tr>
<tr>
<td>"</td>
<td>quotation mark</td>
<td>&quot;</td>
<td>&#34;</td>
</tr>
<tr>
<td>'</td>
<td>apostrophe </td>
<td>&apos; (does not work in IE)</td>
<td>&#39;</td>
</tr>
<tr>
<td>&</td>
<td>ampersand</td>
<td>&amp;</td>
<td>&#38;</td>
</tr>
<tr>
<td><</td>
<td>less-than</td>
<td>&lt;</td>
<td>&#60;</td>
</tr>
<tr>
<td>></td>
<td>greater-than</td>
<td>&gt;</td>
<td>&#62;</td>
</tr>
</table>
<br />
<hr />
<h2>ISO 8859-1 Symbol Entities</h2>
<table class="ex" cellspacing="0" border="1" width="100%">
<tr>
<th align="left">Result</th>
<th align="left">Description</th>
<th align="left">Entity Name</th>
<th align="left">Entity Number</th>
</tr>
<tr>
<td> </td>
<td>non-breaking space</td>
<td>&nbsp;</td>
<td>&#160;</td>
</tr>
<tr>
<td>¡</td>
<td>inverted exclamation mark</td>
<td>&iexcl;</td>
<td>&#161;</td>
</tr>
<tr>
<td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -