-
Notifications
You must be signed in to change notification settings - Fork 0
/
site-html
48 lines (48 loc) · 1.45 KB
/
site-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
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<title>Adolescent Health Care Maintenance</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: auto;
padding: 20px;
line-height: 1.6;
}
h1, h2, h3 {
color: #333;
}
a {
color: #1e90ff;
}
</style>
</head>
<body>
<header>
<h1>Adolescent Health Care Maintenance</h1>
</header>
<main>
<section>
<h2>Comprehensive Health Assessment</h2>
<p>Adolescent health care maintenance visits are more than just a physical exam. Your doctor will take a comprehensive approach to your well-being, including assessing your physical, emotional, and social health. They'll check your growth and development, screen for potential health issues, and offer guidance on staying healthy.</p>
<!-- Additional content... -->
</section>
<section>
<h2>FAQ</h2>
<!-- FAQ content... -->
</section>
<section>
<h2>Adolescent vaccines will be offered</h2>
<!-- Vaccine information... -->
</section>
<section>
<h2>Labs will be done which will include urine and blood tests.</h2>
<!-- Lab test information... -->
</section>
</main>
<footer>
<p>© 2023 Pediatrician's Office</p>
</footer>
</body>
</html>