質問編集履歴
2
box1からbox4まで抽出しました、と最初記載していましたが、 class="box" で統一しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -184,7 +184,7 @@
|
|
184
184
|
|
185
185
|
|
186
186
|
|
187
|
-
|
187
|
+
上から下まで、4つの群を全て抽出してしまった次第です。
|
188
188
|
|
189
189
|
適当に思いつくがままに、
|
190
190
|
|
1
class="box"の部分が誤っていたので修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
```html
|
16
16
|
|
17
|
-
<div style="width:500px" class="box
|
17
|
+
<div style="width:500px" class="box">
|
18
18
|
|
19
19
|
<div class="title" style="background:blue" id="site1"><a href='http://test.com_1' target="_blank">テスト1</a></div></div>
|
20
20
|
|
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
<div style="width:500px" class="box
|
25
|
+
<div style="width:500px" class="box">
|
26
26
|
|
27
27
|
<div class="title" style="background:blue" id="site2"><a href='http://test.com_2' target="_blank">テスト2</a></div></div>
|
28
28
|
|
@@ -30,7 +30,7 @@
|
|
30
30
|
|
31
31
|
|
32
32
|
|
33
|
-
<div style="width:500px" class="box
|
33
|
+
<div style="width:500px" class="box">
|
34
34
|
|
35
35
|
<div class="title" style="background:blue" id="site3"><a href='http://test.com_3' target="_blank">テスト3</a></div></div>
|
36
36
|
|
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
|
40
40
|
|
41
|
-
<div style="width:500px" class="box
|
41
|
+
<div style="width:500px" class="box">
|
42
42
|
|
43
43
|
<div class="title" style="background:blue" id="site4"><a href='http://test.com_4' target="_blank">テスト4</a></div></div>
|
44
44
|
|
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
|
48
48
|
|
49
|
-
<div style="width:500px" class="box
|
49
|
+
<div style="width:500px" class="box">
|
50
50
|
|
51
51
|
<div class="title" style="background:blue" id="site5"><a href='http://test.com_5' target="_blank">テスト5</a></div></div>
|
52
52
|
|
@@ -166,7 +166,7 @@
|
|
166
166
|
|
167
167
|
```html
|
168
168
|
|
169
|
-
<div style="width:500px" class="box
|
169
|
+
<div style="width:500px" class="box">~~~~~~~~中略~~~
|
170
170
|
|
171
171
|
~~中略~
|
172
172
|
|