-
Notifications
You must be signed in to change notification settings - Fork 1
/
tips.html
36 lines (27 loc) · 1.06 KB
/
tips.html
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
<!DOCTYPE html>
<html>
<head>
<!-- path to the file for design -->
<link href="css/style.css" rel="stylesheet">
<title> Tips </title>
</head>
<body>
<h1>
Tips for Safe Dining
</h1>
<img height="300" width="300" src="http://www.clipartbest.com/cliparts/Kin/aLy/KinaLyziq.jpeg">
<p>
<!-- ul starts list, li is each line of list -->
<ul>
<li>Keep raw and cooked food separate </li>
<li>make sure you don't eat food with raw eggs</li>
<li>Keep your hands clean at all times while handling food</li>
<li>Animals are best kept away from food especially if they have been outside.</li>
<li>Your fridge should at all times be 0-5 degrees</li>
<li>Keep your kitchen worktops are always clean</li>
<li>make sure food is always thoroughly cooked through</li>
<li>make sure you always use food up by its "use-by" date</li>
<li>Make sure hot food is kept hot and cold food is kept cold</li>
<li>If you are cooking any sort of meat make sure that it is not under cooked because it can cause illness.</li>
</body>
</html>