-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtraining_4.html
55 lines (51 loc) · 1.16 KB
/
training_4.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
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>Training Page 4</title>
</head>
<body>
<p class="info">
DRUG just had a new medicine delayed by the FDA.
Their stock price has dropped 33% to $10 a share.
But Grandpa Moneybags always liked that company.
If he was around, he probably would have stuck with them.
</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 </td>
</tr>
<tr>
<td> DRUG </td>
<td> $10</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>