Home | 简体中文 | 繁体中文 | 杂文 | 知乎专栏 | 51CTO学院 | CSDN程序员研修院 | Github | OSChina 博客 | 腾讯云社区 | 阿里云栖社区 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏多维度架构

第 10 章 图片,视频,音乐

目录

10.1. figure
10.2. mediaobject
10.3. imageobject
10.4. 视频
10.5. 插入音乐
10.6. screenshot

10.1. figure

		
<figure><title>Notre Dame Cathedral</title>
	<graphic srccredit="Norman Walsh, 1998" fileref="figures/notredame.png"/>
</figure>		
		
<figure>
 <title>My Image</title>
 <screenshot>
  <screeninfo>Sample GNOME Display</screeninfo>
  <graphic  format="png" fileref="myfile" srccredit="me">
  </graphic>
 </screenshot>
</figure>