-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagri.html
40 lines (33 loc) · 1.69 KB
/
agri.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
<!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>Agriculture</title>
<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" />
<style>
</style>
</head>
<body style="background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);">
<div class="container">
<h1>Agricultural Engineering</h1>
<img src="https://www.indiaeducation.net/imagesvr_ce/1649/Agricultural%20Engineering.jpg" alt="">
<p> <h3> Agricultural Engineering is a 4-year undergraduate course in agricultural studies and processes.</p></h3>
</h3>
<a href="https://collegedunia.com/agriculture-colleges"> Click here to know about the colleges offering this course. </a>
<h3 style="color: brown;">It is a full-time, 4 years course.</h3>
<h2> Why Agricultural Engineering?</h2>
<ul style="color: black;">
<li><p>Since the number of individuals pursuing this course are still limited, with the right type of education and training, you can be in great demand in the job market.</p></li>
<li><p>Professionals in the field get to work in laboratories which might be an attractive work environment for some.</p> </li>
<li><p>The median annual wage for agricultural engineers is $80,720.</p> </li>
</ul>
</div>
</body>
</html>