zoukankan      html  css  js  c++  java
  • 使用markdown插入媒体

    使用markdown插入媒体

    1.插入视频

    <iframe src="//player.bilibili.com/player.html?aid=90424787&cid=154970620&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width = 580  height=450  > </iframe>
    

    2.插入音频

    <iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=660 height=86 src="//music.163.com/outchain/player?type=2&id=1362124362&auto=1&height=66" ></iframe>
    

    3.插入图片

    <div align=center><img width = '150' height ='150' src ="https://tse2-mm.cn.bing.net/th?id=OIP.rF3VYN1CRvtyWBPU0I7kyQDMEy&p=0&pid=1.1"/></div>
    

    4.插入GIF图片

    不知道为什么。插入GIF,网页就会停止加载。这里就不插入这段代码。

    <iframe height=500 width=500 src="https://blog-static.cnblogs.com/files/zhouhaocheng---yijianqinxin/Classes.gif">
    

    <iframe height=500 width=500 src="https://blog-static.cnblogs.com/files/zhouhaocheng---yijianqinxin/Classes.gif">

    5.写入不同字体

    <font face="黑体">我是黑体字</font>
    <font face="微软雅黑">我是微软雅黑</font>
    <font face="STCAIYUN">我是华文彩云</font>
    

    我是黑体字
    我是微软雅黑
    我是华文彩云

  • 相关阅读:
    什么叫精通C++
    编程好书推荐
    Reading Notes ofC Traps and Pitfalls
    继承的小问题
    关于strcpy函数
    #pragma once 与 #ifndef 的区别解析
    模板类的友元重载函数
    NET开发人员必知的八个网站
    获取MDI窗体的实例
    .Net下收发邮件第三方公共库
  • 原文地址:https://www.cnblogs.com/zhouhaocheng---yijianqinxin/p/12456263.html
Copyright © 2011-2022 走看看