-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdoctors.html
More file actions
31 lines (27 loc) · 969 Bytes
/
Copy pathdoctors.html
File metadata and controls
31 lines (27 loc) · 969 Bytes
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Doctors</title>
<link rel="stylesheet" href="doctorsstyle.css">
</head>
<body>
<a class="home" href="index.html">Home</a>
<div class="doc">
<h1>List Doctors :</h1>
<table class="tbl">
<tr>
<th>Orthopaedics :</th>
<td><img src="doc1.png" alt="doctor" height="200px" width="200px"><br>Dr. Shubham Kumar</td>
<td><img src="doc 2.jpg" alt="doctor" height="200px" width="200px"><br>Dr. Sanjana Bhardwaaj</td>
</tr>
<tr>
<th>Otorhinolaryngology (ENT Specialist) :</th><br>
<td><img src="homedoc.png" alt="doctor" height="200px" width="200px"><br>Dr. Shivani Sharma</td>
<td><img src="doc4.jpg" alt="doctor" height="200px" width="200px"><br>Dr.Karan Metha </td>
</tr>
</table>
<h1></h1>
</div>
</body>
</html>