HTML

TwitterFacebook
Get flash to fully experience Pearltrees

Changer de jeu de caractères pour UTF-8

http://openweb.eu.org/articles/changer_pour_utf8 Utiliser UTF-8… pourquoi ? L’essor d’Internet et les tendances à la globalisation s’accompagnent des phénomènes suivants : mise à disposition d’extranets au niveau mondial ; internationalisation des sites ; mise à disposition de contenus ou de services à des parcs d’utilisateurs, de développeurs ou de clients hétérogènes dispersés dans le monde entier, et équipés de terminaux très divers (PC, Mac, téléphones portables).
http://www.nobledesktop.com/html-quick-guide/ Here’s a list of some of the most commonly used HTML tags. We intentionally kept it simple and limited to just the essential tags, rather than listing every HTML tag ever made. IMPORTANT NOTE: While this guide includes HTML attributes that can be used for formatting, you should typically use CSS instead! In modern sites, HTML is used for meaningful markup of content (headings, paragraphs, etc) and CSS formats the look of that content. We’ve kept the older HTML formatting attributes here for reference, just in case they might work better in HTML email (some email clients don’t properly render some CSS). <p style="text-align:right;color:#A8A8A8"></p>

The Noble Desktop | Quick Guide to HTML Tags

This entry is part 2 of 14 in the HTML5 and You Session - Show All « Previous Next » Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. This tutorial was first published in August, 2010. This industry moves fast — really fast! If you’re not careful, you’ll be left in its dust.

28 HTML5 Features, Tips, and Techniques you Must Know

http://net.tutsplus.com/tutorials/html-css-techniques/25-html5-features-tips-and-techniques-you-must-know/
http://www.nobledesktop.com/html-special-characters/ Here’s a list of some commonly used special characters, and their HTML codes (entities). You can use the numerical or name version, whichever you prefer. IMPORTANT: Character Entities (Codes) vs Unicode While these codes continue to work—and may be needed in some instances—it’s typically best to use unicode instead. The advantage of unicode is that you can add the special characters directly into HTML code without these codes, and unicode supports multiple langauges in a single file.

The Noble Desktop | HTML Special Character Guide