-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chapter 10 Project 1.html
52 lines (46 loc) · 1013 Bytes
/
Chapter 10 Project 1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<head><link rel="stylesheet" type="text/css" href="ch10Project 1style.css"></head>
<body>
<table>
<tr>
<th>Provider Name and URL</th>
<th>Setup Fees</th>
<th>Monthly Fees</th>
<th>Domain Name Registration Cost</th>
<th>Amount of Disk Space</th>
<th>Type of E-Commerce Package</th>
<th>Cost of E-Commence Package</th>
</tr>
<tr>
<td>A2 Hosting a2hosting.com</td>
<td>none</td>
<td>$9.31</td>
<td>n/a</td>
<td>unlimited</td>
<td>n/a</td>
<td>$9.31</td>
</tr>
<tr>
<td>AltusHost altushost.com</td>
<td>none</td>
<td>$4.95</td>
<td>n/a</td>
<td>5 GB</td>
<td>n/a</td>
<td>n/a</td>
</tr>
<tr>
<td>A Small Orange asmallorange.com</td>
<td>none</td>
<td>$4.20</td>
<td>none</td>
<td>5 GB</td>
<td>n/a</td>
<td>n/a</td>
</tr>
</table>
<p>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
Clayton Bryant <br>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</body>