Skip to content

Commit

Permalink
H48マークアップの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
momdo committed Jul 21, 2024
1 parent 2fa51de commit 5f80886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techniques/html/H48.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h3>事例 4: 定義リストを用いた連絡先情報</h3>
</section>
<section class="example" id="example-5-using-lists-to-group-links">
<h3>事例 5: リストを用いてリンクをグループ化する</h3>
<p>この事例では、リンクが <code class="el">ul</code> 要素と <code class="el">li</li> 要素を用いてグループ化されている。
<p>この事例では、リンクが <code class="el">ul</code> 要素と <code class="el">li</code> 要素を用いてグループ化されている。
</p><pre xml:space="preserve">&lt;a name="categories" id="categories"&gt;&lt;/a&gt;&lt;h2&gt;Product Categories&lt;/h2&gt;
&lt;ul class="navigation"&gt;
&lt;li&gt;&lt;a href="kitchen.html"&gt;Kitchen&lt;/a&gt;&lt;/li&gt;
Expand Down

0 comments on commit 5f80886

Please sign in to comment.