From d7a27823444dc11c7ff40ca63a78b3b37ab82837 Mon Sep 17 00:00:00 2001 From: x270 <42441861+x270@users.noreply.github.com> Date: Sun, 18 Apr 2021 20:15:30 +0900 Subject: Getting_started_with_the_web/HTML_basics の修正(Typo) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mozila → Mozillaに修正。 同様の誤りは検索した限り無し。 --- files/ja/learn/getting_started_with_the_web/html_basics/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ja/learn/getting_started_with_the_web/html_basics/index.html b/files/ja/learn/getting_started_with_the_web/html_basics/index.html index aeaba9696e..49a407e593 100644 --- a/files/ja/learn/getting_started_with_the_web/html_basics/index.html +++ b/files/ja/learn/getting_started_with_the_web/html_basics/index.html @@ -193,7 +193,7 @@ translation_of: Learn/Getting_started_with_the_web/HTML_basics

リンクはとても重要です ―― これが Web をひとつの Web にします。リンクを追加するには、シンプルな要素 {{htmlelement("a")}} を使えばよいです。 a は "anchor" を省略したものです。段落中の文字をリンクにするには次の手順で行います。

    -
  1. リンクにしたい文字を選びます。今回は "Mozila Manifesto" を選びました。
  2. +
  3. リンクにしたい文字を選びます。今回は "Mozilla Manifesto" を選びました。
  4. 選んだ文字を {{htmlelement("a")}} 要素で囲みます。
    <a>Mozilla Manifesto</a>
  5. -- cgit v1.2.3-54-g00ecf