Character encodings in HTML: Difference between revisions

Content deleted Content added
&
<code>&lambda;</code>
Line 23:
<h2>Character Entity References</h2>
 
In addition to native character encodings, characters can also be encoded as '''HTML entities''', using the encoding format derived from the use of character entities in [[SGML]]. For example, the character &lambda; can be encoded as <code>&amp;lambda;</code>.
 
''to be continued...''