This example shows how to use the Rect element to create a simple VML shape.
<!-- Include the VML behavior -->
<style>v\: * { behavior:url(#default#VML);display:inline-block }</style>
<!-- Declare the VML namespace -->
<xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v" />
<v:rect style="height:75pt;width:100pt" coordsize="21600,21600"
fillcolor="blue" strokecolor="red" strokeweight="3.5pt" />