-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtesting.html
More file actions
103 lines (75 loc) · 2.1 KB
/
testing.html
File metadata and controls
103 lines (75 loc) · 2.1 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=320, initial-scale=1">
<link rel="stylesheet" type="text/css" href="mobileNewsNewCss4.css" />
</head>
<body>
<center>
<img src="testing.JPG" >
<table border="1">
<tr>
<td>
<a href="https://www.act.org/">ACT</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.collegeboard.org/">SAT</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.act.org/content/act/en/students-and-parents/high-school-success/testing-advice-for-the-act/act-vs-sat.html">ACT vs. SAT</a>
</td>
</tr>
<tr>
<td>
<a href="https://satsuite.collegeboard.org/sat?excmpid=vt-00288">Digital SAT Suite</a>
</td>
</tr>
<tr>
<td>
<a href="https://satsuite.collegeboard.org/sat/whats-on-the-test">What's on the SAT Suite</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.khanacademy.org/digital-sat">Khan Academy SAT Prep</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.kaptest.com/study/sat/how-long-should-i-study-for-the-sat/#:~:text=Generally%2C%20students%20put%20in%2010,to%20put%20into%20your%20prep.">Kaplan SAT Prep</a>
</td>
</tr>
<tr>
<td>
<a href="https://satsuite.collegeboard.org/sat/practice-preparation/helping-students">College Board Digital SAT Practice</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.act.org/">ACT Resources</a>
</td>
</tr>
<tr>
<td>
<a href="https://bluebook.collegeboard.org/students/practice/">Bluebook Practice</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.boiseschools.org/parents___patrons/college_and_career_counseling/test_prep-_free_online_resources">BSD SAT & ACT Prep Resources</a>
</td>
</tr>
<tr>
<td>
<a href="">Huntington slides</a>
</td>
</tr>
</table>
</center>
</body>
</html>