HTML Attribut shape von HTML Tag area:
Form bei area

von Thomas Salvador.

Beispiel

Form eines Bereichs in einer Map:

<area 
  shape="circle" 
  coords="100,100,100" 
  href="//example.org"
  alt="Beispiel"/>

Anwendung

Mit shape legen Sie die Form fest.

Möglich sind die Werte

  • rect – Rechteck
  • circle – Kreis
  • polygon – Polygon

Hinweise

  • shape bestimmt auch, welche Form coords hat.

shape Attribute in HTML

AttributBeschreibung
shapeForm bei area
shapeForm bei a