-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAgriculturalRobots.html
34 lines (33 loc) · 1.26 KB
/
AgriculturalRobots.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
<!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>Agricultural Robots</title>
<style>
body
{
padding-left: 50px;
padding-right: 50px;
background-color: rgb(231, 223, 223);
}
body
{
margin-left: 150px;
margin-right: 150px;
background-color: rgb(231, 223, 223);
text-align: justify;
}
p
{
font-size: larger;
}
</style>
</head>
<body>
<h2>Agricultural Robots</h2>
<img src="AgriculturalRobots.jpg" alt="Agricultural Robot Image">
<p>The utilization of robots in agribusiness keeps on extending. One space of development is in the picking and reaping process. Incorporated mechanization on a join reaper is generally normal however more convoluted capacities like utilizing robots to pick delicate organic products are currently in the beginning phases of advancement and organization. ElectroCraft offers a wide scope of movement control items that are great for agrarian automated applications.</p>
</body>
</html>