-
Notifications
You must be signed in to change notification settings - Fork 0
/
VariablesMakeLesson.html
45 lines (40 loc) · 1.21 KB
/
VariablesMakeLesson.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
45
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Unit 4 Review Variables/Conditionals </title>
<link rel="icon" type="image/jpg" href="Favicon Small (1).jpg">
<link rel="stylesheet" href="style.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 4</h1>
<h1>Review</h1>
<h1>Conditionals 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="ConditionalsMakeLesson.html">Conditionals Make</a>
<a href="FunctionsMakeLesson.html"> Functions Make</a>
<a href="PracticePT.html">Practice PT</a>
</div>
</div>
<div class="container">
<div class="left">
<h1 class="headings">Photo Liker App</h1>
<iframe src="https://studio.code.org/projects/applab/b9lOAPMynq2HtxGg4vUGDdHk1YRfkrpjKjGmcsf8J_8/embed"></iframe>
</div>
<div class="right">
<h3 class="headings">Code</h3>
<img class="Codepics" src="photolikerappcode.png">
</div>
</div>
</body>
</html>