-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 1.08 KB
/
index.html
File metadata and controls
39 lines (35 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link rel="stylesheet" href="css/html5reset.css"> -->
<!-- <link rel="stylesheet" href="css/student1.css"> -->
<!-- <link rel="stylesheet" href="css/student2.css"> -->
<!-- <link rel="stylesheet" href="css/student3.css"> -->
<title>Week 2 Discussion</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href = "index.html">Home</a></li>
<li>Student One Name Here (as a link)</li>
<li>Student Two Name Here (as a link)</li>
</ul>
</nav>
<h1>Week Two discussion</h1>
</header>
<main>
<h2> Our Topic</h2>
<img src = "yourPicHere" width="200" alt = "Image of your Topic here.">
<h3>Top Three Reasons We picked Our Topic</h3>
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</main>
</body>
</html>