We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3112fe1 commit 508f087Copy full SHA for 508f087
M&Ms
@@ -1,12 +1,19 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
-<title>M&M data</title>
+<link rel="stylesheet" href="style.css">
5
+<title>M&m</title>
6
</head>
7
<body>
-
8
-<h1>This is a Heading</h1>
9
-<p>This is is the M&M data we have collected</p>
10
+<h1>Which is the most popular color of M& </h1>
+<p>Our group created a survey to find out which M&m color was the most popular. We collected our data by creating a survey on schoology.
+that asked what their favorite color of M&m was and gave them 4 options of blue, red, brown and yellow.</p>
11
+<h2>We had 63 responses</h2>
12
+<ul>blue 67.7%
13
+red 14.5%
14
+brown 14.5%
15
+yellow .3%
16
+</ul>
17
+<img src="graph.PNG" alt="" style="width:200px;height:200px;">
18
</body>
19
</html>
0 commit comments