Simple Oval Example (VML)


Purpose

This example shows how to use the Oval element to create a VML shape.

Example


Code

<!-- 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:oval style="height:75pt;width:100pt" coordsize="21600,21600" fillcolor="blue" />