HTML 中的 标签用于存储 HTML 代码片段,这些代码片段可以被克隆并插入到 HTML 文档中。标签的内容对存储在客户端的客户端是隐藏的。它被插入直到使用 JavaScript 激活。使用 JavaScript 从模板中获取内容,并将其添加到网页中。
句法:
Contents...
注意: 标签是 HTML 5 中的新标签。
示例 1:本示例使用模板标签,它隐藏模板标签内的内容。
HTML
GeeksforGeeks
HTML template tag
Content inside a template tag is
hidden from the client.
GeeksforGeeks: A computer science portal
Content Writer:
End of the example of template tag
HTML
GeeksforGeeks
HTML template tag
Click the button to get the content from
a template, and display it in the web page.
GeeksforGeeks: A computer science portal
Content Writer:
输出:
示例 2:此示例使用 JavaScript 来显示模板标签内容。
HTML
GeeksforGeeks
HTML template tag
Click the button to get the content from
a template, and display it in the web page.
GeeksforGeeks: A computer science portal
Content Writer:
输出:
点击按钮前:
点击按钮后:
支持的浏览器:
- 谷歌浏览器 26.0
- 浏览器 13.0
- 火狐 22.0
- Safari 9.0
- 歌剧 15.0