-
Notifications
You must be signed in to change notification settings - Fork 0
/
PracticePT.html
44 lines (40 loc) · 1.28 KB
/
PracticePT.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Unit 5 - List, Loops, and Traversals </title>
<link rel="icon" type="image/jpg" href="Favicon Small.jpg">
<link rel="stylesheet" href="mystyle.css" type="text/css">
</head>
<body>
<div class="banner">
<h1>Thomas A Edison Career and Technical Eduacation High School</h1>
<h1>Web Development</h1>
<h1>Unit 5</h1>
<h1>Review</h1>
<h1>Loops Make</h1>
<h1>Done By: Jaunel Deans</h1>
<img id="logo" src="Fabviconbig.jpg">
</div>
<div>
<div class="menu">
Menu
<a href="index.html">Home</a>
<a href="ListsMakeLesson.html">List Make</a>
<a href="LoopsMakeLesson.html"> Loops Make</a>
<a href="TraveralsMakeLesson.html">Traveral Make</a>
<a href="SuperReview.html">Super Review</a>
</div>
</div>
<div class="container">
<div class="left">
<h1 class="headings">Endangered Species in Canada</h1>
<iframe width="392" height="620" style="border: 0px;" src="https://studio.code.org/projects/applab/M3jil-pzNc5u1sm-LgU6z7_4cpUyRZE2CpQ9ZdpOewg/embed"></iframe>
<div class="right">
<h3 class="headings">Code</h3>
<embed src="Hackaton.pdf" type="application/pdf"/>
</div>
</div>
</body>
</html>