-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodLinks.htm
More file actions
114 lines (87 loc) · 3.46 KB
/
modLinks.htm
File metadata and controls
114 lines (87 loc) · 3.46 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8">
<title>VISUAL PHYSICS ONLINE</title>
<meta name="description" content="Physics Stage 6 Syllabus, School Physics">
<meta name="keywords" content="NSW Syllabus for the Australian curriculum: Physics Stage 6, Visual Physics Online ">
<meta name="keywords" content="HSC Physics, school physics, doing physics online, HSC Physics online ">
<meta name="author" content="Ian Cooper">
<link rel="stylesheet" type = "text/css" href="style_002.css" />
<script src="script.js"></script>
<style> .s4
color : blue;
/* unvisited link */
a:link {color: blue;}
/* visited link */
a:visited {color: blue;}
/* mouse over link */
a:hover {color: #FF00FF; background-color: #ffd9d9;}
/* selected link */
a:active {color: #0000FF;}
a {text-decoration: none; color: #000000}
</style>
</head>
<body>
<HR SIZE="3" COLOR="purple" WIDTH="96%">
<header>
<img src = "Image1.gif"
class = "a1" />
<br><br>
<a class = "s4" href = "spHome.htm">VISUAL PHYSICS ONLINE</a><br>
<br>
</header>
<section class = "s3">
<br />
<h3>NSW Syllabus for the Australian Curriculum: Physics Stage 6<br>
<h3>USEFUL LINKS</h3><br>
</section>
<HR SIZE="3" COLOR="purple" WIDTH="96%">
<section class = "s5">
<ul style = "list-style-type:none">
<li>
<a class = "s4" href = "http://www.pbs.org/show/crash-course-physics/episodes/" target = "_blank">    CRASH COURSE PHYSICS VIDEOS</a>
</li><br>
<li>
<a class = "s4" href = "http://www.boardofstudies.nsw.edu.au/" target = "_blank">    NSW EDUCATION STANDARDS AUTHORITY</a>
</li><br>
<li>
<a class = "s4" href = "https://syllabus.bostes.nsw.edu.au/physics-stage6/" target = "_blank">    PHYSICS STAGE 6 SYLLABUS</a>
</li><br>
<li>
<a class = "s4" href = "http://www.boardofstudies.nsw.edu.au/hsc_exams/" target = "_blank">    HSC Examinations</a>
</li><br>
<li>
<a class = "s4" href = "http://www.physics.usyd.edu.au/teach_res/hsp/u0/home12.htm" target = "_blank">    HSC PHYSICS: Do Physics Online</a>
</li><br>
<li>
<a class = "s4" href = "http://www.hscphysics.edu.au/home" target = "_blank">     Australian Multimedia for Physics Students: Resources for HSC Physics</a>
</li><br>
<li>
<a class = "s4" href = "http://www.physics.usyd.edu.au/teach_res/excel/ " target = "_blank">    MS EXCEL DOWNLOAD DIRECTORY: Using spreadsheet for Physics</a>
</li><br>
<li>
<a class = "s4" href = "http://mcq.bostes.nsw.edu.au/course/higher-school-certificate/physics/" target = "_blank">     CREATE online physics tests</a>
</li><br>
<li>
<a class = "s4" href = "http://www.mathtutor.ac.uk/" target = "_blank">    MATHTUTOR: Help yourself - an excellent online maths tutor</a>
</li><br>
<li>
<a class = "s4" href = "http://www.wolframalpha.com/" target = "_blank">    WOLFRAM ALPHA: computational engine for checking your mathematics</a>
</li><br>
<li>
<a class = "s4" href = "http://www.physics.usyd.edu.au/teach_res/hsp/math/math.htm" target = "_blank">    Mathematics Extension 2 (4 UNIT Mathematics HSC Course)</a>
</li><br>
</ul>
</section>
<section class = "s2">
<p>Ian Cooper<br>
Honorary Lecturer, School of Physics, University of Sydney<br>
ian.cooper@sydney.edu.au<br>
If you have any comments, suggestions or corrections please email Ian Cooper<br>
</p>
</section>
<HR SIZE="3" COLOR="purple" WIDTH="96%">
</body>
</html>