質問編集履歴

1

html文を載せます。

2016/09/15 03:18

投稿

aba623ky
aba623ky

スコア63

test CHANGED
File without changes
test CHANGED
@@ -81,3 +81,69 @@
81
81
  echo '</table>';
82
82
 
83
83
  ```
84
+
85
+ ```html
86
+
87
+ <table border="1">
88
+
89
+ <td>
90
+
91
+ <input type="checkbox" id="Panel1" class="on-off">
92
+
93
+ <table class="menu" width=100>
94
+
95
+ <caption class="class">
96
+
97
+ <label for="Panel1">
98
+
99
+ $r->name
100
+
101
+ </label>
102
+
103
+ </caption>
104
+
105
+ </td>
106
+
107
+ <tbody>
108
+
109
+ <tr>
110
+
111
+ <th>
112
+
113
+ アクセス
114
+
115
+ </th>
116
+
117
+ <td>
118
+
119
+ $r->access->station
120
+
121
+ </td>
122
+
123
+ </tr>
124
+
125
+ <tr>
126
+
127
+ <th>
128
+
129
+ 電話
130
+
131
+ </th>
132
+
133
+ <td>
134
+
135
+ $r->tel
136
+
137
+ </td>
138
+
139
+ </tr>
140
+
141
+ </tbody>
142
+
143
+ </table>
144
+
145
+ </body>
146
+
147
+ </table>
148
+
149
+ ```