Character encodings in HTML: Difference between revisions

Content deleted Content added
<pre>λ</pre>
&
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 <pre>&amp;lambda;</pre>.
 
''to be continued...''