-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmediaforwheatrust.html
More file actions
108 lines (96 loc) · 4.03 KB
/
mediaforwheatrust.html
File metadata and controls
108 lines (96 loc) · 4.03 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wheat Rust Disease</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
.container {
display: flex;
align-items: flex-start;
}
.image {
flex: 1;
margin-right: 20px;
}
.image img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
.content {
flex: 2;
}
h1 {
color: #006400;
}
p {
line-height: 1.6;
}
.section-title {
font-weight: bold;
margin-top: 20px;
color: #006400;
}
</style>
</head>
<body>
<div class="container">
<div class="image">
<img src="Only Image\wheat rust.jpeg" alt="Wheat Rust" widht="700" height="600">
<br>
</br>
<br>
</br>
<br>
</dbr>
<br>
</br>
<br>
<img src="Only Image\wheat rust 2.jpg" alt="Wheat Rust" width="500">
</br>
</div>
<div class="content">
<h1>Wheat Rust Disease</h1>
<p>Wheat Rust Disease is a significant plant disease affecting wheat crops worldwide. It is caused by several species of the fungus Puccinia, with the three main types being:
<br>
Types of Wheat Rust Disease:
</br>
1.Stem Rust (Puccinia graminis f. sp. tritici):
Affects the stems and leaves of wheat plants.
Forms reddish-brown pustules on the stems, leaves, and spikes.
<br>
2.Leaf Rust (Puccinia triticina):
Primarily affects the leaves of wheat plants.
Produces small, round, reddish-brown pustules on the upper surfaces of leaves.
</br>
3. Wheat Yellow Rust (Puccinia striiformis f. sp. tritici):
Affects the leaves and stems, causing yellowish-orange pustules.
Also known as wheat stripe rust.</p>
<div class="section-title">Cause:</div>
<p>Fungal Pathogen: The disease is caused by different species of the fungus Puccinia. These fungi produce spores that spread the disease from plant to plant.
<br>
Environmental Conditions: Wheat rust fungi thrive in warm, humid conditions. High humidity and mild temperatures are ideal for spore germination and disease development.
Infected Seeds: Disease can spread from infected seeds or plant debris.
</br>
Wind and Rain: Spores are dispersed by wind and rain, facilitating the spread of the disease over large areas.</p>
<div class="section-title">Prevention:</div>
<p> 1.Use Resistant Varieties:
Plant wheat varieties that are resistant to the specific types of rust prevalent in your area.
<br>
2.Crop Rotation:
Rotate crops to disrupt the life cycle of the rust fungi. Avoid planting wheat or other susceptible crops in the same field consecutively.
</br>
3.Proper Planting Practices:Avoid dense planting which can create a microclimate conducive to rust development. Ensure adequate spacing between plants for good air circulation.
<br>
4.Fungicide Application:Apply fungicides as a preventive measure or when the disease is detected. Choose fungicides effective against the specific type of rust affecting the crop.
</br>
5.Remove Infected Plants:Regularly inspect crops and remove and destroy infected plants or plant debris to reduce the source of inoculum.</p>
</div>
</div>
</body>
</html>