-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserviceor.html
74 lines (73 loc) · 4.45 KB
/
serviceor.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Dr Singh's Dental Clinic | Services Offered</title>
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
</head>
<body>
<div id="header">
<div id="logo" style="position:relative;">
<a href="index.html"><img class="bottom"src="images/newlogo.png" style="position:absolute; bottom:0; "height="100px" width="350px"alt="" /></a>
</div>
<div id="logo1" style="position:relative;">
<a href="index.html"><img src="images/new_logo.jpg" style="position:absolute; bottom:0;" height="100px" width="350px"alt="" /></a>
</div>
<ul>
<li><a href="index.html"><span>home</span></a></li>
<li class="selected"><a href="services.html"><span>services</span></a></li>
<li><a href="test2.php"><span>testimonials</span></a></li>
<li><a href="contact.html"><span>contact us</span></a></li>
</ul>
</div>
<div id="body">
<div class="services">
<h1>services</h1>
<div>
<h2>WIRES and BRACES for children</h2>
<p> Orthodontics is the branch of dentistry that corrects irregularities of the teeth, jaws and face.
The orthodontist re-positions teeth and jaws that are not in their correct alignment and position. Orthodontists specialize in not only the cosmetic appearance of your child’s teeth but also in the overall health and long-term functionality.
It is important to address orthodontic dental issues early on. Left untreated orthodontic problems can result in tooth decay and the loss of teeth. Without a healthy tooth and jaw structure, normal speech developments are negatively affected along with additional health issues</p>
<a href="images/23.jpg"><img src="images/23.jpg" height="250px"alt="" /></a>
</div>
<div>
<h2>WIRES and BRACES for adults.</h2>
<p> Adults often question if they are candidates for orthodontics and the answer is a definitive yes; it is never too late to address neglected teeth that are in need of orthodontic treatment.
Crooked, misaligned teeth are more difficult to take care of and keep clean. With straight teeth, the results include healthier teeth with reduced chances of gum loss and decay. Also when the jaw is misaligned, teeth do not line up properly and can result in advanced wear of the tooth surfaces eventually leading to possible denture need. Straight teeth reduce or eliminate many additional oral health risks.</p>
<p>One way in which adult orthodontics is different from children’s orthodontics is that unlike children, adult’s bones are not in a state of change. Because of this difference there is slight increase in treatment time for the bones to shift. To counteract the increased treatment time, there are many advancements in orthodontic braces that result in reduced treatment time and are still esthetically pleasing. To find out more about adult orthodontics and if they can improve your oral health contact us.
</p>
</div>
</div>
</div>
<div id="footer">
<div>
<div>
<h3>Netaji Nagar</h3>
<ul>
<li>+91-9711928585 mobile</li>
<li>011-26118002 clinic</li>
</ul>
</div>
<div>
<h3>Kalkaji</h3>
<ul>
<li>+91-9711928585 mobile</li>
<li>011-26118002 clinic</li>
</ul>
</div>
<div>
<ul>
<li>Click <a href="Perfect32_Brochure.pdf"><span>here</span></a> to Download our Brochure</li>
</ul>
</div>
<div>
<h3>follow us on facebook:</h3>
<a class="facebook" href="https://www.facebook.com/perfect32dentalcarenetajinagar" target="_blank">facebook</a>
</div>
</div>
<div>
<p>© Copyright 2014. All rights reserved</p>
</div>
</div>
</body>
</html>