Character encodings in HTML: Difference between revisions

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