框架 iframe 里面有以下内容
宽度 width="..."高度 height="..."显示的网页路径滚动条标题栏小图标:
<link rel="shortcut icon" type="image/x-icon" href="images/bd.ico" media="screen" />锚点:
在一个页面中快速定位到某一个位置目标位置的标题处 添加id="???"
使用一个超链接,href里面填 "#???" 插入视频:在优酷等视频网站,找到分享位置,复制html代码,贴入网页中 插入音乐:<embed src="images/333.mp3" hidden="true" autostart="true" loop="true">
简单的滚动效果:
<marquee direction="right" behavior="alternate" scrollamount="50">啦啦啦啦啦</marquee>