<html xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<title>VML Demo Page - Write By JoJo</title>
<style>
v/:* { behavior: url(#default#VML); }
</style>
</head>
<body>
<v:shapetype id="octagon" coordsize="3 3" >
<v
ath v="m 1,0 l 2,0,3,1,3,2,2,3,1,3,0,2,0,1 x e"
textboxrect="0,1,3,2" />
</v:shapetype>
<v:shape type="#octagon" style="width: 1in; height: 1in;"
fillcolor="red">
<v:textbox style="text-align:center; font-weight:bold">
停</v:textbox>
</v:shape><br/>
<v:shape type="#octagon" style="width: 1in; height: 1in;"
fillcolor="yellow">
<v:textbox style="text-align:center; font-weight:bold">
注意</v:textbox>
</v:shape><br/>
<v:shape type="#octagon" style="width: 1in; height: 1in;"
fillcolor="green">
<v:textbox style="text-align:center; font-weight:bold">
GO</v:textbox>
</v:shape>
</body>
</html>