code.progysm.com

style

Attributs:
	dir "ltr"|"rtl" [4.01]
	lang "en-US"|"fr-CA"|... [4.01]
	media MEDIADESC [4.01, 5]
	title TEXT [4.01]
	type CONTENTTYPE exemple: type="text/css" [4.01, 5]

Dans la balise: head

Peut contenir: Code css"><!-- body { color : red; } --></style>
	<style type="text/css"><[!CDATA[ html, body { height: 100%; } ></style>
	<style type="text/css">p { background: #ccc; }</style>

Voir aussi:
	<link type="text/css" rel="stylesheet" href="" />

Javascript:
	HTMLStyleElement

Liens:
	HTML 3.2 STYLE
	HTML 4.01 STYLE
	HTML 5 STYLE