clear

Attribute Information

Used By

Element br

Source

<xs:attribute name="clear" default="none">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="left"/>
      <xs:enumeration value="all"/>
      <xs:enumeration value="right"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample