-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexample.html
More file actions
24 lines (19 loc) · 1005 Bytes
/
Copy pathexample.html
File metadata and controls
24 lines (19 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head> <meta http-equiv="content-type" content="text/html; charset=utf-8"></meta> </head>
<body>
<font size=4>
<ol>
<li>
<u>REF:</u> This time the <font color=red>fall</font> <font color=red>in</font> <font color=red>stocks</font> on Wall Street <font color=blue>is</font> <font color=blue>responsible</font> <font color=lime>for</font> <font color=lime>the</font> <font color=blue>drop</font> .
<br><br>
<u>HYP:</u> This time <font color=blue>,</font> the <font color=blue>reason</font> <font color=lime>for</font> <font color=lime>the</font> <font color=red>collapse</font> on Wall Street .
<br><br><br>
<li>
<u>REF:</u> The proper functioning of the market <font color=blue>environment</font> and <font color=blue>the</font> <font color=blue>decrease</font> <font color=red>in</font> <font color=fuchsia>prices</font> .
<br><br>
<u>HYP:</u> The proper functioning of the market and <font color=red>a</font> <font color=fuchsia>price</font> .
<br><br><br>
</ol>
</font>
</body>
</html>