-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathblogcontent.html
110 lines (110 loc) · 4.44 KB
/
blogcontent.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styleblogcontent.css" />
<link
href="https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&family=Merriweather:wght@300;400&family=PT+Serif&display=swap"
rel="stylesheet"
/>
<title>Blog Content</title>
</head>
<body>
<div class="container">
<nav>
<div class="logo-text">
<img src="images/logo.png" alt="" />
<h4>Where the Earth's bounty meets digital world</h4>
</div>
</nav>
<section>
<div class="blog">
<div class="blog-heading1">
<h2>Common plant diseases and prevention</h2>
</div>
<div class="blog-heading2">
<h5>by Akanksha Sahani</h5>
</div>
<div class="blog-content">
<p>
As any gardener knows, nurturing your green oasis can be a labor
of love. Yet, just as with any living thing, plants are
susceptible to various diseases that can quickly turn your garden
dreams into a nightmare. In this blog, we'll explore some of the
most common plant diseases and share practical tips on how to keep
your garden vibrant and disease-free.
</p>
<h5>1. Fungal Infections</h5>
<p>Fungi can wreak havoc on your plants. Prevent powdery mildew with proper spacing and targeted watering. Combat black spot with pruning and fungicides.</p>
<h5>2. Bacterial Infections</h5>
<p> Keep an eye out for leaf spot and maintain garden hygiene to prevent its spread.</p>
<h5>3. Viral Infections</h5>
<p> Tomato Yellow Leaf Curl Virus? Opt for resistant varieties, control whiteflies, and isolate infected plants.</p>
<h5>4. Root Diseases</h5>
<p> Protect your plant's foundation from root rot with well-draining soil and careful watering.</p>
<h5>4. Root Diseases</h5>
<p> Protect your plant's foundation from root rot with well-draining soil and careful watering.</p>
<h5>5. Insect-Related Diseases</h5>
<p> Aphids and leafhoppers can transmit diseases; deter them with natural remedies and beneficial insects.</p>
<h5>6. Environmental Stressors</h5>
<p> Protect your plant's foundation from root rot with well-draining soil and careful watering.Drought stress weakens plants; maintain hydration with proper watering and mulch.</p>
<h5>Conclusion</h5>
<p> By arming yourself with knowledge and implementing these preventive measures, your garden will thrive, free from the clutches of common plant diseases. Happy gardening!</p>
</div>
</div>
</section>
<div class="comment-section">
<h2><b>Comments</b></h2>
<div class="user">
<img src="images/user.png" alt="" />
<div class="username">
<h5>Priyanshub2k2</h5>
</div>
</div>
<div class="comment">
<p>
Really structured and informative Blog. i realised my mistake soon
and was able to retrieve my plant !
</p>
</div>
<div class="like-dislike">
<div class="likes">
<img src="images/Thumbs Up.png" alt="" />
<p>1.4k</p>
</div>
<img src="images/Thumbs Down.png" alt="" />
<h5>Reply</h5>
</div>
<div class="user">
<img src="images/user.png" alt="" />
<div class="username">
<h5>Manaswini_502</h5>
</div>
</div>
<div class="comment">
<p>
I do give fertilisers to my desert roses but will make sure to do
that in more reduced quantities from now on.
</p>
</div>
<div class="like-dislike">
<div class="likes">
<img src="images/Thumbs Up.png" alt="" />
<p>1.6k</p>
</div>
<img src="images/Thumbs Down.png" alt="" />
<h5>Reply</h5>
</div>
<div class="end-comment">
<h4>View all comments</h4>
<img src="images/Arrow 1.png" alt="">
</div>
</div>
<div class="end-pic">
<h3>...And that's it</h3>
<img src="images/cuate.png" alt="">
</div>
</div>
</body>
</html>