forked from IceCreamYou/UnStockMe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
training_congrats.html
51 lines (49 loc) · 1.27 KB
/
training_congrats.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
</head>
<body>
<p class="info">
Congratulations! You've done well. Now it's time to take off the training wheels and trade on the Big Boy Market (BBM).
</p>
<table border = "1" class="stocks">
<tr>
<td> STOCK </td>
<td> PRICE </td>
</tr>
<tr>
<td> BEER </td>
<td> 10.00 </td>
</tr>
<tr>
<td> LOVE </td>
<td> 13.50 </td>
</tr>
<tr>
<td> BUBL </td>
<td> 20.00 </td>
</tr>
<tr>
<td> DRUG </td>
<td> 10.00 </td>
</tr>
<tr>
<td> CASH </td>
<td> 0 </td>
</tr>
</table>
<br />
<table border = "1" class="terms">
<tr>
<td> Terms </td>
</tr>
<tr>
<td> IPO </td>
<td>An initial public offering (IPO) or stock market launch, is the first sale of stock by a private company to the public. It can be used by either small or large companies to raise expansion capital and become publicly traded enterprises.
</td>
</tr>
</table>
</body>
</html>