zoukankan      html  css  js  c++  java
  • 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=滚动速度

  • 相关阅读:
    jQuery,from标签,歪路子小技巧
    UniApp随笔
    JS的一些操作
    文本环绕
    Dictionary 存储函数,方法
    GIT项目管理
    Vue2 学习记录
    VSCode + Vue 学习笔记
    Mysql,Insert,Select时自增长问题
    ASP.NET SignalR Troubeshooting
  • 原文地址:https://www.cnblogs.com/v587yy/p/6605667.html
Copyright © 2011-2022 走看看