Views: 996 | Added by: b1zz4rd | Date: 04 February 2010 | Comments (0)

HTML entity encoding

HTML features a special encoding scheme called HTML entities. The purpose of this scheme is to make it possible to safely render certain reserved HTML characters (e.g., < > &) within documents, as well as to carry high bit characters safely over 7-bit media. The scheme nominally permits three types of notation:

  • One of predefined, named entities, in the format of &<name>; - for example &lt; for <, &gt; for >, &rarr; for , etc,
  • Decimal entities, &#<nn>;, with a number corresponding to the desired Unicode character value - for example &#60; for <, ... Read more »
Views: 928 | Added by: b1zz4rd | Date: 04 February 2010 | Comments (1)


Browser Security Handbook, part 1

Table of Contents

Views: 1179 | Added by: b1zz4rd | Date: 04 February 2010 | Comments (0)

close