-
Notifications
You must be signed in to change notification settings - Fork 4
/
dental.html
30 lines (30 loc) · 1.06 KB
/
dental.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewpoint" content="width=device-width, initial-scale=1.0" />
<title>Diet website</title>
<link rel="stylesheet" href="style.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css">
</head>
<body>
<div class="dental">
</div>
<div class="dText">
<h2>
For good dental health, keep these tips in mind when choosing your meals and snacks:</h2>
<ul>
<li>Drink plenty of water.</li>
<li>Eat a variety of foods from each of the five major food groups, including:</li>
<ul>
<li>whole grains</li>
<li>fruits</li>
<li>vegetebles</li>
<li>lean sources of protein such as lean beef, skinless poultry and fish; dry beans, peas and other legumes</li>
<li>low-fat and fat-free dairy foods</li>
</ul>
</ul>
</div>
</body>
</html>