-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.html
46 lines (40 loc) · 1.59 KB
/
education.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
<!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: 50px solid silver;
}
</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%);">
<section>
<div class="container">
<h1>WHAT AFTER 12th ? EDUCATIONAL COURSES THAT ARE IN HANDS !!</h1>
<br><br>
<div style="float: left; text-align:center;">
<img style="width: 700px;HEIGHT:500PX;" src="https://sstmaster.com/wp-content/uploads/2020/08/bokeh-2990426_960_720.jpg" alt=""><BR>
</div>
<div style="float: right;">
<table>
<tr>
<td><h4 > BACHELOR OF EDUCATION </h4>
<br><a href="bED.html">Course Overview</a>
</td>
</tr>
</table>
</div>
</div>
</section>
</body>
</html>