个人工具

帮助:嵌入外部资源

出自Meshal Lite

(修订版本间的差异)
跳转到: 导航, 搜索
 
第1行: 第1行:
[[category:帮助-语法]][[category:帮助]]
+
[[category:编辑语法]]
 
<source lang="html4strict">
 
<source lang="html4strict">
 
<embed width="200" height="300">URI</embed>
 
<embed width="200" height="300">URI</embed>

在2019年11月3日 (日) 13:19的最新修订版本

<embed width="200" height="300">URI</embed>

在上述语法中,可以通过填写URI从而在页面内嵌入一个来自外部的资源。这个资源将以<iframe src="URI"></iframe>的方式被调用。比如,可以使用<embed>www.necroz.com</embed>来调用Necroz Studio的首页,效果如下:

<embed>https://www.necroz.com</embed>
宽度 width

控制嵌入页面的容器宽度,默认为100%

高度 height

控制嵌入页面的容器高度,默认为600px