質問編集履歴

1

html文を載せます。

2016/09/15 02:38

投稿

aba623ky
aba623ky

スコア63

test CHANGED
File without changes
test CHANGED
@@ -107,3 +107,69 @@
107
107
  echo '</table>';
108
108
 
109
109
  ```
110
+
111
+ ```html
112
+
113
+ <table border="1">
114
+
115
+ <td>
116
+
117
+ <input type="checkbox" id="Panel1" class="on-off">
118
+
119
+ <table class="menu" width=100>
120
+
121
+ <caption class="class">
122
+
123
+ <label for="Panel1">
124
+
125
+ $r->name
126
+
127
+ </label>
128
+
129
+ </caption>
130
+
131
+ </td>
132
+
133
+ <tbody>
134
+
135
+ <tr>
136
+
137
+ <th>
138
+
139
+ アクセス
140
+
141
+ </th>
142
+
143
+ <td>
144
+
145
+ $r->access->station
146
+
147
+ </td>
148
+
149
+ </tr>
150
+
151
+ <tr>
152
+
153
+ <th>
154
+
155
+ 電話
156
+
157
+ </th>
158
+
159
+ <td>
160
+
161
+ $r->tel
162
+
163
+ </td>
164
+
165
+ </tr>
166
+
167
+ </tbody>
168
+
169
+ </table>
170
+
171
+ </body>
172
+
173
+ </table>
174
+
175
+ ```