Skip to content

Commit e840fb5

Browse files
committed
Used semantic tags
1 parent 6ad943b commit e840fb5

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Source-Code/DayPredictor/index.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
7+
<link rel="stylesheet" href="style.css" />
8+
<title>Day Predictor</title>
9+
</head>
10+
11+
<body>
12+
<div id="container">
13+
<h1>Today is:</h1>
14+
<ul>
15+
<li>
16+
<span id="weekday"> Display day of the week. </span>
17+
</li>
18+
<li>
19+
<span id="phrase">Display a quote</span>
20+
</li>
21+
</ul>
22+
</div>
23+
<script src="script.js"></script>
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)