質問編集履歴

1

追加: リンク無し HTML 要素

2020/05/07 11:08

投稿

BetterEveryday
BetterEveryday

スコア19

test CHANGED
File without changes
test CHANGED
@@ -134,7 +134,9 @@
134
134
 
135
135
  <a href="#">
136
136
 
137
- <h3><strong>■Index &#160;見出し【リンクあり】</strong></h3></a>
137
+ <h3><strong>■Index &#160;見出し【リンクあり】</strong></h3>
138
+
139
+ </a>
138
140
 
139
141
  </td>
140
142
 
@@ -144,7 +146,25 @@
144
146
 
145
147
  </table>
146
148
 
147
-
149
+ <br>
150
+
151
+ <table width="100%" cellspacing="0">
152
+
153
+ <tbody>
154
+
155
+ <tr class="indexLevel1">
156
+
157
+ <td>
158
+
159
+ <h3><strong>■見出し【リンクなし】</strong></h3>
160
+
161
+ </td>
162
+
163
+ </tr>
164
+
165
+ </tbody>
166
+
167
+ </table>
148
168
 
149
169
  ```
150
170