code.progysm.com

area

Attributs:
	accesskey CHARACTER [4.01]
	alt CDATA [3.2, 4.01, 5]
	class CDATA-LIST [4.01]
	coords CDATA -- séparé par des virgules [3.2, 4.01, 5]
		rect: left-x,top-y,right-x,bottom-y -- nombre ou pourcentage
		circle: center-x,center-y,radius
		poly: x1,y1,x2,y2,...
	dir "ltr"|"rtl" [4.01]
	download [5]
	href URL [3.2,4.01, 5]
	hreflang [5]
	id NAME [4.01]
	lang "en-US"|"fr-CA"|... [4.01]
	nohref nohref [3.2, 4.01]
	onblur SCRIPT [4.01]
	onfocus SCRIPT [4.01]
	on... SCRIPT onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmouseout, onkeypress, onkeydown, onkeyup [4.01]
	shape rect|circle|poly [3.2]
	shape rect|circle|poly|default [4.01, 5]
	style STYLE [4.01]
	rel [5]
	tabindex NUMBER [4.01]
	target TARGET-FRAME [4.01, 5]
	title TEXT [4.01]
	type [5]

Javascript:
	HTMLAreaElement

Liens:
	HTML 3.2 AREA
	HTML 4.01 AREA
	HTML 5 AREA