HTML figure 标签
实例 Run this code » 使用 <figure> 元素标记文档中的一个图像: <figure> <img decoding="async" src="img_pulpit.jpg" alt="The...
实例 Run this code » 使用 <figure> 元素标记文档中的一个图像: <figure> <img decoding="async" src="img_pulpit.jpg" alt="The...
实例 Run this code » 使用 <figure> 元素标记文档中的一个图像。<figure> 元素带有一个标题: <figure> <img decoding="async" src="...
实例 Run this code » 对表单中的相关元素进行分组: <form> <fieldset> <legend>Personalia:</legend> Name: <input...
实例 Run this code » 带有 name 属性的 <fieldset>: <fieldset name="personalia"> Name: <input type="text"><...
实例 Run this code » 位于 form 表单外的 <fieldset> 元素(但仍然属于 form 表单的一部分): <form action="demo_form.html" method="get" id...
禁用一组相关的表单元素: 实例 Run this code » <fieldset disabled> <legend>Personalia:</legend> Name: <input t...
实例 Run this code » 嵌入图片: <embed type="image/jpg" src="https://static.runoops.com/images/runoops-logo.png" width="258"...
一个高度和宽度为 200 像素的 flash 动画: 实例 Run this code » <embed src="helloworld.swf" width="200" height="200"> 浏览器支持 所有主流浏览器都...
一个嵌入的带 MIME 类型的 flash 动画: 实例 Run this code » <embed src="helloworld.swf" type="application/x-shockwave-flash"> 浏览器...
一个嵌入的 flash 动画: 实例 Run this code » <embed src="helloworld.swf"> 浏览器支持 所有主流浏览器都支持 src 属性。 定义和用法 src 属性规定要嵌入的外部文件的地址...