diff options
author | x270 <42441861+x270@users.noreply.github.com> | 2021-04-18 20:15:30 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-04-20 22:15:25 +0900 |
commit | d7a27823444dc11c7ff40ca63a78b3b37ab82837 (patch) | |
tree | dfa622968e370da75f7ba4a434e9062b91663d37 /files/ja/learn | |
parent | 12b55794fcbadad0cdb65dc161acc0d4bd296f01 (diff) | |
download | translated-content-d7a27823444dc11c7ff40ca63a78b3b37ab82837.tar.gz translated-content-d7a27823444dc11c7ff40ca63a78b3b37ab82837.tar.bz2 translated-content-d7a27823444dc11c7ff40ca63a78b3b37ab82837.zip |
Getting_started_with_the_web/HTML_basics の修正(Typo)
Mozila → Mozillaに修正。
同様の誤りは検索した限り無し。
Diffstat (limited to 'files/ja/learn')
-rw-r--r-- | files/ja/learn/getting_started_with_the_web/html_basics/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <p>リンクはとても重要です ―― これが Web をひとつの Web にします。リンクを追加するには、シンプルな要素 {{htmlelement("a")}} を使えばよいです。 <code>a</code> は "anchor" を省略したものです。段落中の文字をリンクにするには次の手順で行います。</p> <ol> - <li>リンクにしたい文字を選びます。今回は "Mozila Manifesto" を選びました。</li> + <li>リンクにしたい文字を選びます。今回は "Mozilla Manifesto" を選びました。</li> <li>選んだ文字を {{htmlelement("a")}} 要素で囲みます。 <pre class="brush: html notranslate"><a>Mozilla Manifesto</a></pre> </li> |