home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / the_web / documents / spec / html_spec / entity-sets_ < prev    next >
Encoding:
Text File  |  1995-06-15  |  1.2 KB  |  43 lines

  1. <h2 id=entity-sets>Character Entity Sets
  2.  
  3. <p>The HTML DTD defines the following entities.  They represent
  4. particular graphic characters which have special meanings in places in
  5. the markup, or may not be part of the character set available to the
  6. writer.
  7.  
  8. <h3>Numeric and Special Graphic Entity Set
  9.  
  10. <p>The following table lists each of the characters included from the
  11. Numeric and Special Graphic entity set, along with its name, syntax
  12. for use, and description. This list is derived from <code>ISO Standard
  13. 8879:1986//ENTITIES Numeric and Special Graphic//EN</code>.  However,
  14. HTML does not include for the entire entity set — only the entities
  15. listed below are included.
  16.  
  17. <listing><![CDATA[
  18. GLYPH    NAME    SYNTAX    DESCRIPTION
  19.  
  20. <       lt      <    Less than sign
  21.  
  22. >       gt      >    Greater than sign
  23.  
  24. &       amp     &   Ampersand
  25.  
  26. "       quot    "  Double quote sign
  27. ]]></listing>
  28.  
  29. <h3 id=lat1ent>ISO Latin 1 Character Entity Set
  30.  
  31. <p>The following public text lists each of the characters specified in the
  32. Added Latin 1 entity set, along with its name, syntax for use, and
  33. description. This list is derived from ISO Standard
  34. 8879:1986//ENTITIES Added Latin 1//EN. HTML includes the entire entity
  35. set.
  36.  
  37. <listing>
  38. &isolat1-dtd;
  39. </listing>
  40.  
  41.  
  42.  
  43.