aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/html/element/iframe/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/html/element/iframe/index.html')
-rw-r--r--files/ja/web/html/element/iframe/index.html4
1 files changed, 2 insertions, 2 deletions
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
<h3 id="Example1" name="Example1">シンプルな &lt;iframe&gt;</h3>
-<p><code>&lt;iframe&gt;</code> の例です。フレームを作成した後に、ユーザーがボタンをクリックすると、タイトルをアラートで表示します。</p>
+<p>この例では、<a href="https://example.org">https://example.org</a>のページを <code>&lt;iframe&gt;</code> で埋め込みます。</p>
<h4 id="HTML">HTML</h4>
<div id="htmlOutputWrapper">
-<pre class="brush: html notranslate">&lt;iframe src="https://mdn-samples.mozilla.org/snippets/html/iframe-simple-contents.html"
+<pre class="brush: html notranslate">&lt;iframe src="https://example.org"
title="iframe Example 1" width="400" height="300"&gt;
&lt;/iframe&gt;</pre>
</div>