-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtips.html
More file actions
41 lines (34 loc) · 1.56 KB
/
tips.html
File metadata and controls
41 lines (34 loc) · 1.56 KB
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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="active.css">
</head>
<body id="tips">
<nav id="navbar">
<ul>
<a class="nav-link" href="index.html"><li>Home</li></a>
<a class ="nav-link" href="stocks.html"><li>Stocks</li></a>
<a class ="nav-link" href="budget.html"><li>Budget</li></a>
<a class ="nav-link" href="finterms.html"><li>Fin Terms</li></a>
<a class ="nav-link" href="tips.html"><li>Tips</li></a>
</ul>
</nav>
<marquee><h1>Tips</h1></marquee>
<ul id= "tips-list">
<li> A penny saved is a penny earned </li>
<li> Saving money today is paying yourself tomorrow
<li> Paid what you're worth and spend less than you earn. </li>
<li> Beware of little expenses. A small leak will sink a great ship </li>
<li> A budget is telling your money where to go instead of wondering where it went </li>
<li> Never spend your money before you have it. </li>
<li> Unless you control your spending, making more money won't help </li>
<li> Don't go broke trying to look rich. Act your wage. </li>
<li> It's not your salary that makes you rich. It's your spending habits </li>
<li> The quickest way to double your money is to fold it over and put it back in your pocket </li>
</ul>
</body>
</html>