From d490e42ffe823173477b841ec397105bd06cb336 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 17 Jun 2021 13:35:36 -0400 Subject: rid of $samples iframes --- files/zh-cn/web/html/element/form/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-cn/web/html/element/form/index.html') diff --git a/files/zh-cn/web/html/element/form/index.html b/files/zh-cn/web/html/element/form/index.html index e7c0e43048..14308b9497 100644 --- a/files/zh-cn/web/html/element/form/index.html +++ b/files/zh-cn/web/html/element/form/index.html @@ -135,11 +135,11 @@ translation_of: Web/HTML/Element/form -

示例

+

示例

HTML

-
<!-- Form which will send a GET request to the current URL -->
+
<!-- Form which will send a GET request to the current URL -->
 <form>
   <label>Name:
     <input name="submitted-name" autocomplete="name">
@@ -163,7 +163,7 @@ translation_of: Web/HTML/Element/form
   </fieldset>
 </form>
-

+

{{ EmbedLiveSample('Examples', '100%', 110) }}

规范

-- cgit v1.2.3-54-g00ecf