visible.htm

来自「网页颜色渐变,可实现网页中背景色的渐变效果」· HTM 代码 · 共 19 行

HTM
19
字号
<html>

<head>
<title>visibility</title>
 </head>
<body>
  <div style="position:absolute;top:20;left:15;width:70;height:35;background-color:gray;filter:alpha(opacity=50")>
  </div>
  <div style="color:yellow;position:absolute;top:20;weight:190;height:100;margin-top:5;margin-left:5;">
   <p style="font-size:14pt;font-weight:bold;text-align:center">
   Flower
   </p>
  </div>
  <img src="ss01020.jpg" width="280" height="185">
   
</body>

</html>

⌨️ 快捷键说明

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