Skip to content

Commit 5f80886

Browse files
committed
H48マークアップの修正
1 parent 2fa51de commit 5f80886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/html/H48.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h3>事例 4: 定義リストを用いた連絡先情報</h3>
9898
</section>
9999
<section class="example" id="example-5-using-lists-to-group-links">
100100
<h3>事例 5: リストを用いてリンクをグループ化する</h3>
101-
<p>この事例では、リンクが <code class="el">ul</code> 要素と <code class="el">li</li> 要素を用いてグループ化されている。
101+
<p>この事例では、リンクが <code class="el">ul</code> 要素と <code class="el">li</code> 要素を用いてグループ化されている。
102102
</p><pre xml:space="preserve">&lt;a name="categories" id="categories"&gt;&lt;/a&gt;&lt;h2&gt;Product Categories&lt;/h2&gt;
103103
&lt;ul class="navigation"&gt;
104104
&lt;li&gt;&lt;a href="kitchen.html"&gt;Kitchen&lt;/a&gt;&lt;/li&gt;

0 commit comments

Comments
 (0)