From bbed76a59817353d0a2764f6b3d87afddc6e458a Mon Sep 17 00:00:00 2001 From: TagawaHirotaka Date: Sat, 22 May 2021 22:18:03 +0900 Subject: Fix: iframe (#953) --- files/ja/web/html/element/iframe/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/web/html') diff --git a/files/ja/web/html/element/iframe/index.html b/files/ja/web/html/element/iframe/index.html index b2e807bea0..79fc72d831 100644 --- a/files/ja/web/html/element/iframe/index.html +++ b/files/ja/web/html/element/iframe/index.html @@ -196,12 +196,12 @@ translation_of: Web/HTML/Element/iframe

シンプルな <iframe>

-

<iframe> の例です。フレームを作成した後に、ユーザーがボタンをクリックすると、タイトルをアラートで表示します。

+

この例では、https://example.orgのページを <iframe> で埋め込みます。

HTML

-
<iframe src="https://mdn-samples.mozilla.org/snippets/html/iframe-simple-contents.html"
+
<iframe src="https://example.org"
             title="iframe Example 1" width="400" height="300">
 </iframe>
-- cgit v1.2.3-54-g00ecf