• 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=滚动速度

  • 相关阅读:
    JVM StackOverflowError vs. OutOfMemoryError
    db2 command line notes
    my emacs configuration
    repackage android application
    file -i haha.csv
    QualType in clang
    STM in Clojure
    32bit / 64bit co-exist Linux, ld-linux.so, linux-gate.so.1 etc
    hash tree
    K-S Test
  • 原文地址:https://www.cnblogs.com/v587yy/p/6605667.html
Copyright © 2020-2023  润新知