HTML- , , , . , ASCII , "€". HTML-, ASCII, € .
If you use character encoding for your document, which can represent all the characters you need, such as UTF-8, there is no need for HTML objects. You just need to make sure the browser knows what the document is encoding so that it can interpret it correctly. This is really the preferred method, as it just allows you to read the source code. It doesn't make sense to want to work with HTML objects if you can just work with the actual characters.
See http://kunststube.net/frontback for more information .
source
share