-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservicewr.html
110 lines (103 loc) · 4.86 KB
/
servicewr.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!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>Wisdom tooth removal</h2>
<p> Wisdom Teeth erupt between the ages of 17-25. When a wisdom tooth does not have enough space to erupt, it gets trapped in the bone. Most people have four wisdom teeth one in each corner of the mouth, but each tooth can be at a different stage of eruption and position.
Being at the back of the mouth , good oral hygiene remains a challenge. Thus these teeth are prone to infection. Also because of their position and angulation, wisdom teeth can cause pressure on adjacent teeth. A flare up can cause sudden onset of symptoms.</p>
</div>
<div>
<h3>Complications caused by Wisdom Teeth</h3>
<p> -
Infection in the wisdom tooth and/or adjacent tooth.
</p>
<p> -
Pain over the angle of the jaw.
</p>
<p> -
Swelling
</p>
<p> -
Headache and other facial pains.
</p>
<p> -
Inability to open mouth properly.
</p>
<p> -
Inflammation or swollen gums over the affected area
</p>
<p> -
Pressure in adjacent teeth leading to crowding.
</p>
</div>
<div>
<h3>Diagnosis and Treatment</h3>
<p> -
X-Rays- help to determine position an angulation of the tooth along with shape of the roots.
</p>
<p> -
Medication-Antibiotics and anti-inflammatories are used to reduce pain, infection and swelling.
</p>
<p> -
Surgery: Operculectomy or disimpaction, either the flap of gum directly overlying the tooth can be trimmed to facilitate tooth eruption or if the tooth is infected or if there is insufficient space for eruption than the tooth is surgically removed.
</p>
</div>
<div>
<p><img src="images/wisdom.jpg" alt=""/></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>