html 框架

html 框架

用iframe    在原来的页面嵌入一个小窗口

<iframe src="http://www.baidu.com" width="400"height="400"></iframe>

src=“地址” width 宽度 height 高度

 

标题栏小图标

 

<title>tou</title>  标题栏名字在title里面

<link rel="shortcut  icon" type="image/x-icon" href="图片地址" media="screen"  />

图片格式为ico

 

插入音乐

 

<EMBED src="音乐地址" autostart="true" loop="true" width="100" height="200">

autostart 自动播放    loop  音频结束自动播放

 

插入视频

一般插入视频网站的链接   找到视频后 分享页面找到html代码   在插入

<embed src=VideoIDS=‘视频地址’ allowFullScreen='true' quality='high' width='480' height='400' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash'></embed>

?VideoIDS=XNDA3OTM4NA=&isAutoPlay=true&isShowRelatedVideo=false&embedid=-&showAd=0  
视频自动播放代码
 
简单的滚动效果:
<marquee direction="right" behavior="alternate" scrollamount="50">啦啦啦啦啦</marquee>

 

scrollamount=滚动速度

posted @ 2017-03-23 16:06  v587yy  阅读(196)  评论(0编辑  收藏  举报