html

TwitterFacebook
Get flash to fully experience Pearltrees

Getting Started with HTML Emails

http://net.tutsplus.com/tutorials/html-css-techniques/getting-started-with-html-emails/ HTML emails are a great way to keep clients posted on the latest updates related to your business or product, but they’re a bit tricky. CSS support in email clients is inconsistent. As a result, we must resort to ancient techniques, such as using tables, and inline CSS. Today, I’m going to walk you through the process of creating simple HTML emails.

Using HTML Symbol Entities

http://webdesignerwall.com/tutorials/using-html-symbol-entities Some characters (e.g. the less than and greater than signs) are reserved for HTML markup. In order to display these characters as text, you must enter the HTML entities in the source code. For example, to display the less than sign (<), you need to enter &lt; (entity name) or &#60; (entity number).

Résoudre ses problèmes d'encodages

http://www.memodev.com/wiki/Encodage_et_charset De Memodev. Un charset (un jeu de caractère ) est un ensemble bien défini de caractères. Le plus simple est l'ASCII (liste de caractères de base US). Le plus complet et moderne est l'Unicode.
Par Martin Le sujet de cette semaine est « la compatibilité du code avec les navigateurs », ou le contraire d’ailleurs… Nous allons voir cela dans le détail Photo de rpeschetz depuis Flickr http://www.webaaz.com/2009/05/la-compatibilite-du-code-avec-les-navigateurs/

HTML - Tools - La compatibilité du code avec les navigateurs

http://www.w3.org/QA/2002/04/valid-dtd-list.html

TOOLBOX - Html - W3C QA - Recommended list of DTDs you can use in your Web document

Warning The list is informative and does not try to be exhaustive (there are many other proper declarations you could use), but it has most of the declarations commonly used on the Web at the moment. Recommended Doctype Declarations to use in your Web document. When authoring document is HTML or XHTML, it is important to Add a Doctype declaration .