8-8.htm
来自「这个是本人收集的关于网页制作方面的东西 有购物车示例 很实用」· HTM 代码 · 共 23 行
HTM
23 行
<HTML>
<HEAD>
<TITLE></TITLE>
<style type="text/css">
<!--
.clip{
position:absolute;
top: 100px;
left: 100px;
width: 450px;
height:350px;
color: yellow;
background-color:blue;
clip: rect(0px 40px 60px 0px)
}
-->
</style>
</HEAD>
<BODY>
<div class="clip">this text is yellow on a blue square, but is's geting cut off by lippingthis text is yellow on a blue square, but is's geting cut off by lippingthis text is yellow on a blue square, but is's geting cut off by lippingthis text is yellow on a blue square, but is's geting cut off by lippingthis text is yellow on a blue square, but is's geting cut off by lippingthis text is yellow on a blue square, but is's geting cut off by lippingthis text is yellow on a blue square, but is's geting cut off by lippingthis text is yellow on a blue square, but is's geting cut off by lippingthis text is yellow on a blue square, but is's geting cut off by lippingthis text is yellow on a blue square, but is's geting cut off by lippingthis text is yellow on a blue square, but is's geting cut off by lipping.</div>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?