6.html

来自「《CSS完全使用详解》 源文件下载 书籍源码」· HTML 代码 · 共 18 行

HTML
18
字号
<html xmlns:v>
<head>
<title>CSS Demo</title>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
</style>
</head>

<body>
<v:oval style="position:absolute;top:10;left:10;width:100;height:50" fillcolor="yellow">
<v:Extrusion backdepth='20' on='true'/></v:rect>
</v:oval>
<v:rect style="position:absolute;top:70;left:120;width:100;height:50" fillcolor="lime">
<v:Extrusion backdepth='20' on='true'/></v:rect>
</v:rect>
</body>
</html>

⌨️ 快捷键说明

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