# 插入图片及图片居中、定义大小
基本形式是: ![这里放图片描述] (这里放图片链接)
例子:
# 定义尺寸
<img width = '150' height ='150' src ="https://image.log1992.cn/uPic/1647483245707.png"/> |
效果
< img width = '150' height ='150' src ="https://image.log1992.cn/uPic/1647483245707.png"/>
# 定义大小并居中显示
<div align=center><img width = '150' height ='150' src ="https://image.log1992.cn/uPic/1647483245707.png"/></div> |
效果
<div align=center><img width = '150' height ='150' src ="https://image.log1992.com/uPic/1647483245707.png"/></div>
# 插入音乐
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=1313354324&auto=1&height=66"></iframe> |
效果
<iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=1313354324&auto=1&height=66"></iframe>
# 插入视频
不支持优酷,可以用 youtube, 可以使用自己的视频链接
<video id="video" width="560" height="315" controls="" src="https://image.log1992.cn/WeChat_20180919180323.mp4"></video> |
效果
<video id="video" width="560" height="315" controls="" src="https://image.log1992.cn/WeChat_20180919180323.mp4" frameborder="0" allowfullscreen></video>