forked from PomoRev/CST8285_S22
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlab2_303.html
More file actions
44 lines (37 loc) · 1.07 KB
/
lab2_303.html
File metadata and controls
44 lines (37 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Prof. Frank Emanuel">
<meta name="email" content="emanuef@algonquincollege.com">
<meta name="date" content="2022-05-18">
<title>Lab 2 for 303</title>
</head>
<body>
<h2>Lab 2 for 303</h2>
<p class="bodytext" style="text-align: center;">
Hello there people.
</p>
<p class="bodytext">
How is
<img src="images/Frank2020scaled.jpg"
alt="Frank in a purple shirt" height="300">
it going?
</p>
<p class="bodytext">
I'm doing great!!!!
</p>
<img src="images/Frank2020scaled.jpg"
alt="Frank in a purple shirt" height="300">
<ol>
<li>Harold</li>
<li>Jin</li>
<p>Jin has a great hat!</p>
<li>Samanta</li>
<li>Bobbie</li>
<li>Troy</li>
</ol>
<a href="mailto:myady@addies.com">email me</a>
</body>
</html>