几款常用的代码
1、html边框样式代码:
<fieldset style="WIDTH: 100%" align="center"><legend>微录阁</legend>
<div align="center">私人阁楼</div></fieldset>
演示效果:
2、点击后查看隐藏内容:
<input type="submit" onclick='(this.value="weiluge.com")' name="Submit2" value="点击查看" />
演示效果见右侧树洞。
3、标注
<sup style="color:red"><font size="2px">新品</font></sup>
演示效果:微录阁博客
4、套用
<iframe src="/gg/index.htm" width="172" height="15" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" name="I2"></iframe>
这个很常见,无需演示了。
5、音频播放
<audio autoplay="autoplay" loop="loop" controls="controls">
<source src="/images/huiguniang.mp3" type="audio/mpeg"> </audio>
6、最简单的返回顶部代码
<a href="javascript: scroll(0, 0)">回顶部</a>
演示参考本页。
7、视频播放
<iframe frameborder="0" src="video.mp4" allowfullscreen="true" width="640" height="498"></iframe>
<iframe src="//player.bilibili.com/player.html?aid=887723762&bvid=BV1zK4y1P7dR&cid=328376531&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="640" height="498"> </iframe>
8、iframe内禁止跳转链接
在iframe内增加:
sandbox="allow-top-navigation allow-same-origin allow-forms allow-scripts"
待更新
学习的笔记:菜书的烂笔头 2021-03-24 17:56:27 通过 网页 浏览(813)
共有0条评论!