retour

Codes HTML

source : &#233 pour é, par exemple

01234567890123456789
23 !"#$%&'
4()*+,-./01523456789:;
6<=>?@ABCDE7FGHIJKLMNO
8PQRSTUVWXY9Z[\]^_`abc
10defghijklm11nopqrstuvw
12xyz{|}~13ƒˆŠ
14Œ15˜šœŸ
16 ¡¢£¤¥¦§¨©17ª«¬­®¯°±²³
18´µ·¸¹º»¼½19¾¿ÀÁÂÃÄÅÆÇ
20ÈÉÊËÌÍÎÏÐÑ21ÒÓÔÕÖרÙÚÛ
22ÜÝÞßàáâãäå23æçèéêëìíîï
24ðñòóôõö÷øù25úûÜüýþÿ
01234567890123456789


Lettres grecques

alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigma tau upsilon phi chi psi omega
α β γ δ ε ζ η θ - ϑ ι κ λ μ ν ξ ο π - ϖ ρ σ - ς τ υ - ϒ φ χ ψ ω
a b g d e z h q i k l m n x o p r s t u f c y w
&xx; alpha beta gamma delta epsilon zeta eta theta - thetasym iota kappa lambda mu nu xi omicron pi - piv rho sigma - sigmaf tau upsilon - upsih phi chi psi omega
&#xx; 945 946 947 948 949 950 951 952 - 977 953 954 955 956 957 958 959 960 961 963 - 962 964 965 966 967 968 969
pour α, par exemple : &alpha;, &#945;, ‹FONT FACE="Symbol,symbol"›a‹/FONT›
Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω
A B G D E Z H Q I K L M N X O P R S T U F C Y W
&xx; Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega
&#xx; 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 931 932 933 934 935 936 937

Si=110

ò06 x dx

Couleurs

source : ‹TD BGCOLOR="aqua"›‹FONT Color="red"›‹/FONT› pour la première case, par exemple

aquablackbluefuchsia
graygreenlimemaroon
navyolivepurplered
silvertealwhiteyellow


Couleurs en code RGB Hexadecimal

Colors may also be specified by six-character codes representing their relative red/green/blue (RGB) values, where the possible values for each color component are 00, 33, 66, 99, cc, and ff.
The six charts below display the 216 possible colors in the Netscape/MSIE palette with their hexadecimal RGB codes (a seventh chart displays the gray scale).
In each chart the blue value is constant, the vertical axis represents increasing red values, and the horizontal axis represents increasing green values.
The six charts can be visualized as a cube composed of 216 cubelets; the total cube has six layers of thirty-six cubelets; each cubelet is a unique color.
Using this metaphor, black (#000000) in the lower left of the first chart is one corner of the cube and white (#ffffff) in the upper right of the last chart is the opposite corner of the cube; the cubelets running through the body of the cube in a line from black to white comprise the gray scale.

rouge
=
bleu=00bleu=33
ffff0000ff3300ff6600ff9900ffcc00ffff00ff0033ff3333ff6633ff9933ffcc33ffff33
cccc0000cc3300cc6600cc9900cccc00ccff00cc0033cc3333cc6633cc9933cccc33ccff33
9999000099330099660099990099cc0099ff0099003399333399663399993399cc3399ff33
6666000066330066660066990066cc0066ff0066003366333366663366993366cc3366ff33
3333000033330033660033990033cc0033ff0033003333333333663333993333cc3333ff33
0000000000330000660000990000cc0000ff0000003300333300663300993300cc3300ff33
bleu=66bleu=99
ffff0066ff3366ff6666ff9966ffcc66ffff66ff0099ff3399ff6699ff9999ffcc99ffff99
cccc0066cc3366cc6666cc9966cccc66ccff66cc0099cc3399cc6699cc9999cccc99ccff99
9999006699336699666699996699cc6699ff6699009999339999669999999999cc9999ff99
6666006666336666666666996666cc6666ff6666009966339966669966999966cc9966ff99
3333006633336633666633996633cc6633ff6633009933339933669933999933cc9933ff99
0000006600336600666600996600cc6600ff6600009900339900669900999900cc9900ff99
bleu=ccbleu=ff
ffff00ccff33ccff66ccff99ccffccccffffccff00ffff33ffff66ffff99ffffccffffffff
cccc00cccc33cccc66cccc99ccccccccccffcccc00ffcc33ffcc66ffcc99ffccccffccffff
999900cc9933cc9966cc9999cc99cccc99ffcc9900ff9933ff9966ff9999ff99ccff99ffff
666600cc6633cc6666cc6699cc66cccc66ffcc6600ff6633ff6666ff6699ff66ccff66ffff
333300cc3333cc3366cc3399cc33cccc33ffcc3300ff3333ff3366ff3399ff33ccff33ffff
000000cc0033cc0066cc0099cc00cccc00ffcc0000ff0033ff0066ff0099ff00ccff00ffff
vert=00336699ccff00336699ccff


Niveaux de gris en Hexadecimal

000000333333666666999999ccccccffffff


HTML Attributes to Specify Color

If one of the following <BODY> attributes are used, they all should be specified in order to avoid color conflicts; for example, you may assign a backgound color and a visitor may have his/her browser set to display text in the same color, making your page unreadable.
All these attributes should be specified in a single <BODY> tag.

<BODY BGCOLOR="#ff6600"> sets the background color for the page as a whole.
<BODY TEXT="#ff6600"> sets the text color for the page as a whole.
<BODY LINK="#ff6600"> sets the unvisited link color for the page as a whole.
<BODY VLINK="#ff6600"> sets the visited link color for the page as a whole.
<BODY ALINK="#ff6600"> sets the activated link color (i.e. the color of the link as users click on it) for the page as a whole.

<FONT COLOR="#cc6600">sample text</FONT> sets the color of selected text within a page.

Although the following attributes are not included in the HTML 3.2 specification for <TABLE>, <TH>, and <TD> elements, they are included in the HTML 4.0 proposal and have been supported by Netscape since version 3.0 and by Internet Explorer since version 2.0.

<TABLE BGCOLOR="#ff6600"> sets the background color for an entire table.
<TH BGCOLOR="#ff6600"> sets the background color for one header cell within a table.
<TD BGCOLOR="#ff6600"> sets the background color for one data cell within a table.