質問編集履歴
1
追加: リンク無し HTML 要素
title
CHANGED
File without changes
|
body
CHANGED
@@ -66,12 +66,22 @@
|
|
66
66
|
<tr class="indexLevel1">
|
67
67
|
<td>
|
68
68
|
<a href="#">
|
69
|
-
<h3><strong>■Index  見出し【リンクあり】</strong></h3>
|
69
|
+
<h3><strong>■Index  見出し【リンクあり】</strong></h3>
|
70
|
+
</a>
|
70
71
|
</td>
|
71
72
|
</tr>
|
72
73
|
</tbody>
|
73
74
|
</table>
|
74
|
-
|
75
|
+
<br>
|
76
|
+
<table width="100%" cellspacing="0">
|
77
|
+
<tbody>
|
78
|
+
<tr class="indexLevel1">
|
79
|
+
<td>
|
80
|
+
<h3><strong>■見出し【リンクなし】</strong></h3>
|
81
|
+
</td>
|
82
|
+
</tr>
|
83
|
+
</tbody>
|
84
|
+
</table>
|
75
85
|
```
|
76
86
|
```JavaScript
|
77
87
|
window.addEventListener('DOMContentLoaded', function (){
|