-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpractice.html
More file actions
18 lines (18 loc) · 754 Bytes
/
practice.html
File metadata and controls
18 lines (18 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>CSCE 190:[Danielle Cook]</title>
</head>
<body>
<h1>Danielle Cook</h1>
<section class="assign">
<img src="./images/problemStatement.png" width="800px"/>
<section class="assign-det">
<h2>Problem statement: College for Dummies</h2>
<p>
New students arrive at university with no way of knowing how to get to class the fastest way, where to park, or what dining halls they should use. This causes students a lot of stress since maps will take you on the main route, which might be 10 minutes longer than a short cut or you do not know where other dining halls are, so they are stuck eating at the same one every day.
</p>
</section>
</section>
</body>
</html>