code 15.2.2-2.html

来自「开发web_xml」· HTML 代码 · 共 30 行

HTML
30
字号
<html xmlns:vml="urn:schemas-microsoft-com:vml">
  <head>
    <title>shapetype sample</title>
    <object id="VMLRender" 
      classid="CLSID:10072CEC-8CC1-11D1-986E-00A0C955B42E">
    </object>
    <style>
      vml\:* { behavior: url(#VMLRender) }
    </style>
  </head>

  <body>
    <vml:shapetype id="fred" 
       coordsize="21600,21600" 
       fillcolor="blue"
       path="m@0,0l0,21600,21600,21600xe">
      <vml:formulas>
        <vml:f eqn="val #0"/>
        <vml:f eqn="prod #0 1 2"/>
        <vml:f eqn="sum @1 10800 0"/>
      </vml:formulas>
    </vml:shapetype>

    <vml:shape type="#fred" style="width:50px; height:50px" />
    <vml:shape type="#fred" style="width:100px; height:100px"/>
    <vml:shape type="#fred" style="width:150px; height:150px"/>
  
   </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?