-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmedical.html
87 lines (81 loc) · 4.38 KB
/
medical.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>What after 12th?</title>
<style>
tr, td{
border: 5px solid rgb(139, 137, 137);
}
</style>
</head>
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/fancybox/jquery.fancybox.css" rel="stylesheet">
<link href="css/jcarousel.css" rel="stylesheet" />
<link href="css/flexslider.css" rel="stylesheet" />
<link href="js/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" />
<body style="background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);"></body>>
<section>
<div class="container">
<h1>WHAT AFTER 12th ? MEDICAL COURSES THAT ARE AVAILABLE !!</h1>
<br><br>
<div style="float: left; text-align:center;">
<img style="width: 400px; height: 380px;" src="https://img.etimg.com/thumb/width-1200,height-900,imgsize-51396,resizemode-1,msid-77562355/industry/healthcare/biotech/healthcare/health-id-another-aadhar-in-the-offing-for-new-digital-medical-care-ecosystem.jpg" alt=""><br>
<img style="width: 400px;height: 380px" src="https://thumbor.forbes.com/thumbor/fit-in/1200x0/filters%3Aformat%28jpg%29/https%3A%2F%2Fspecials-images.forbesimg.com%2Fimageserve%2F5dbb4182d85e3000078fddae%2F0x0.jpg" alt=""><br><br><br><br><br>
</div>
<div style="float: right;">
<table>
<tr>
<td><h4> BACHELOR OF MEDICINE, BACHELOR OF SURGERY [MBBS] </h4>
<br><a href="mbbs.html">Course Overview</a>
</td>
</tr>
<tr>
<td><h4> BACHELOR OF PHYSIOTHERAPY [BPT] </h4>
<br><a href="bpt.html">Course Overview</a>
</td>
</tr>
<tr>
<td><h4> BACHELOR OF AYURVEDIC MEDICINE AND SURGERY [BAMS] </h4>
<br><a href="bams.html">Course Overview</a>
</td>
</tr>
<tr>
<td><h4> BACHELOR OF HOMEOPATHIC MEDICINE & SURGERY [BHMS] </h4>
<br><a href="bhms.html">Course Overview</a>
</td>
</tr>
<tr>
<td><h4> BACHELOR OF OPTOMETRY [B.OPTOM] </h4>
<br><a href="optometry.html">Course Overview</a>
</td>
</tr>
<tr>
<td><h4> BACHELOR OF OCCUPATIONAL THERAPY [BOT] </h4>
<br><a href="bot.html">Course Overview</a>
</td>
</tr>
<tr>
<td><h4> BACHELOR IN AUDIOLOGY AND SPEECH - LANGUAGE PATHOLOGY [BASLP] </h4>
<br><a href="baslp.html">Course Overview</a>
</td>
</tr>
<tr>
<td><h4> BACHELOR OF VETERINARY SCIENCE [BVSC] & A.H. </h4>
<br> <a href="bvsc.html">Course overview</a>
</td>
</tr>
<tr>
<td><h4> BACHELOR OF DENTAL SURGERY [BDS] (GENERAL SURGERY) </h4>
<br> <a href="bdsurgery.html">Course overview</a>
</td>
</tr>
</table>
</div>
</div>
</section>
</body>
</html>