HTML Attribut coords von HTML Tag area:
Koordinatenliste von area

von Thomas Salvador.

Beispiel

Koordinatenliste spezifizieren:

<area shape="rect" coords="10,10,20,20" .../>

Anwendung

coords legt die Koordinaten für den Bereich einer fest.

Die Anzahl und Bedeutung dieser Werte x,y ist davon abhängig, welche mit shape angegebene Form gewählt ist.

Hat shape den Wert

  • rect – gibt coords die Eckpunkte in der Form x1,y1,x2,y2 an,
  • circle – gibt coords die Mittelpunkt und Radion in der Form mx,my,radius an,
  • polygon – gibt coords die Punkte des Polygons in der Form x1,y1,x2,y2,...,xN,yN an.

Hinweise

Keine.

coords Attribute in HTML

AttributBeschreibung
coordsKoordinatenliste area
coordsKoordinatenliste a