xxxxxxxxxx
1
<div class="container my-5">
2
3
4
<!--Section: Content-->
5
<section class="dark-grey-text text-center mb-5">
6
7
<!-- Section heading -->
8
<h3 class="font-weight-bold mb-5">Compare iPad models</h3>
9
10
<!-- Table -->
11
<div class="card">
12
<div class="card-body">
13
<table class="table table-responsive-md mb-0">
14
<thead>
15
<tr>
16
<th>
17
<strong>Feature</strong>
18
</th>
19
<th>
20
<strong>12.9-inch iPad Pro</strong>
21
</th>
22
<th>
23
<strong>10.5-inch iPad Pro</strong>
24
</th>
25
<th>
26
<strong>iPad mini 4</strong>
27
</th>
28
</tr>
29
</thead>
30
<tbody>
31
<tr>
32
<th scope="row">Storage</th>
33
<td>64GB</td>
34
<td>64GB</td>
35
<td>32GB</td>
36
</tr>
37
<tr>
38
<th scope="row">Weight</th>
39
<td>1.49 pounds (677 grams)</td>
40
<td>1.03 pounds (469 grams)</td>
41
<td>0.65 pound (298.8 grams)</td>
42
</tr>
43
<tr>
44
<th scope="row">Width</th>
45
<td>8.68 inches (220.6 mm)</td>
46
<td>6.8 inches (174.1 mm)</td>
47
<td>5.3 inches (134.8 mm)</td>
48
</tr>
49
<tr>
50
<th scope="row">Depth</th>
51
<td>0.27 inch (6.9 mm)</td>
52
<td>0.24 inch (6.1 mm)</td>
53
<td>0.24 inch (6.1 mm)</td>
54
</tr>
55
<tr>
56
<th scope="row">Camera</th>
57
<td>12-megapixel</td>
58
<td>12-megapixel</td>
59
<td>8-megapixel</td>
60
</tr>
61
<tr>
62
<th scope="row">Video</th>
63
<td>4K HD video recording </td>
64
<td>4K HD video recording </td>
65
<td>1080p HD video recording</td>
66
</tr>
67
</tbody>
68
</table>
69
</div>
70
</div>
71
<!-- Table -->
72
73
</section>
74
<!--Section: Content-->
75
76
77
</div>
1
1
1
1
Console errors: 0