質問編集履歴

2

文字の修正

2020/03/03 15:16

投稿

cie
cie

スコア5

test CHANGED
File without changes
test CHANGED
@@ -42,4 +42,122 @@
42
42
 
43
43
 
44
44
 
45
+ <table>
46
+
47
+ <tr>
48
+
49
+ <td><span>プラン</span></td>
50
+
51
+ <td><span>データ容量</span></td>
52
+
53
+ <td><span>バージョン情報</span></td>
54
+
55
+ <td><span>料金</span></td>
56
+
57
+ </tr>
58
+
59
+ <tr>
60
+
61
+ <td>無料プラン</td>
62
+
63
+ <td> 5GB </td>
64
+
65
+ <td> なし </td>
66
+
67
+ <td> 無料 </td>
68
+
69
+ </tr>
70
+
71
+ <tr>
72
+
73
+ <td> 個人事業主プラン </td>
74
+
75
+ <td> 30GB </td>
76
+
77
+ <td>1ヶ月まで </td>
78
+
79
+ <td> 1000円/月 </td>
80
+
81
+ </tr>
82
+
83
+ <tr>
84
+
85
+ <td> 法人プラン </td>
86
+
87
+ <td> 100GB </td>
88
+
89
+ <td> 無制限 </td>
90
+
91
+ <td> 5000円/月 </td>
92
+
93
+ </tr>
94
+
95
+ </tbody>
96
+
97
+ </table>
98
+
99
+
100
+
101
+
102
+
103
+ ↓↓↓↓↓↓↓↓
104
+
105
+
106
+
107
+ <table>
108
+
109
+ <tr>
110
+
111
+ <td><span>プラン</span></td>
112
+
113
+ <td><span>データ容量</span></td>
114
+
115
+ <td><span>バージョン情報</span></td>
116
+
117
+ <td><span>料金</span></td>
118
+
119
+ </tr>
120
+
121
+ <tr>
122
+
123
+ <td><span>プラン</span>無料プラン</td>
124
+
125
+ <td><span>データ容量</span> 5GB </td>
126
+
127
+ <td> <span>バージョン情報</span>なし </td>
128
+
129
+ <td> <span>料金</span>無料 </td>
130
+
131
+ </tr>
132
+
133
+ <tr>
134
+
135
+ <td><span>プラン</span>個人事業主プラン </td>
136
+
137
+ <td><span>データ容量</span> 30GB </td>
138
+
139
+ <td><span>バージョン情報</span>1ヶ月まで </td>
140
+
141
+ <td> <span>料金</span>1000円/月 </td>
142
+
143
+ </tr>
144
+
145
+ <tr>
146
+
147
+ <td><span>プラン</span>法人プラン </td>
148
+
149
+ <td><span>データ容量</span> 100GB </td>
150
+
151
+ <td><span>バージョン情報</span>無制限 </td>
152
+
153
+ <td> <span>料金</span>5000円/月 </td>
154
+
155
+ </tr>
156
+
157
+ </tbody>
158
+
159
+ </table>
160
+
161
+
162
+
45
163
  ```

1

文字の修正

2020/03/03 15:16

投稿

cie
cie

スコア5

test CHANGED
File without changes
test CHANGED
@@ -1,19 +1,3 @@
1
- ### 前提・実現したいこと
2
-
3
-
4
-
5
- ここに質問の内容を詳しく書いてください。
6
-
7
- (例)PHP(CakePHP)で●●なシステムを作っています。
8
-
9
- ■■な機能を実装中に以下のエラーメッセージが発生しました。
10
-
11
-
12
-
13
- ### 発生している問題・エラーメッセージ
14
-
15
-
16
-
17
1
  ```
18
2
 
19
3
  初めて質問します。不手際等ございましたら申し訳ございません。
@@ -59,19 +43,3 @@
59
43
 
60
44
 
61
45
  ```
62
-
63
-
64
-
65
- ### 試したこと
66
-
67
-
68
-
69
- ここに問題に対して試したことを記載してください。
70
-
71
-
72
-
73
- ### 補足情報(FW/ツールのバージョンなど)
74
-
75
-
76
-
77
- ここにより詳細な情報を記載してください。