-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 779 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html>
<body style="background-color:rgb(255, 71, 163);">
<h1>Tips For Programmers</h1>
<p style = "font-family:optima">
Hello I want to share 7 great tips I found online for programmers.</p>
<p style = "font-family:optima">
<ul style="list-style-type:none;">
<li>1. Learn by doing. Always play with the code while learning.</li>
<li>2. Grasp the fundementals for long-term benefits</li>
<li>3. Code by hand. It sharpens proficinecy.</li>
<li>4. Ask for help.</li>
<li>5. Seek out online resources.</li>
<li>6. Dont just read the sample code. Tinker with it.</li>
<li>7. Take breaks when debugging.</li>
</ul>
</p>
</script>
</body>
</html>