Character encodings in HTML: Difference between revisions

Content deleted Content added
m add link to ISO 8859-1
For example, the character λ is encoded as <code>λ</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>&lambda;</code>.
to be continued...
 
''to be continued...''