⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ref_entities.asp@output=print

📁 W3Schools tutorial..web designing
💻 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>&quot;</td>
      <td>quotation mark</td>
      <td>&amp;quot;</td>
      <td>&amp;#34;</td>
    </tr>
    <tr>
      <td>'</td>
      <td>apostrophe&nbsp;</td>
      <td>&amp;apos; (does not work in IE)</td>
      <td>&amp;#39;</td>
    </tr>
    <tr>
      <td>&amp;</td>
      <td>ampersand</td>
      <td>&amp;amp;</td>
      <td>&amp;#38;</td>
    </tr>
    <tr>
      <td>&lt;</td>
      <td>less-than</td>
      <td>&amp;lt;</td>
      <td>&amp;#60;</td>
    </tr>
    <tr>
      <td>&#62;</td>
      <td>greater-than</td>
      <td>&amp;gt;</td>
      <td>&amp;#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>&nbsp;</td>
      <td>non-breaking space</td>
      <td>&amp;nbsp;</td>
      <td>&amp;#160;</td>
    </tr>
    <tr>
      <td>&iexcl;</td>
      <td>inverted exclamation mark</td>
      <td>&amp;iexcl;</td>
      <td>&amp;#161;</td>
    </tr>
    <tr>
      <td>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -