<!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="styles.css">
<title>Health Is Wealth Documentation</title>
</head>
<body>
<nav id="navbar"><header>
Health Is Wealth Documentation
</header>
<ul>
<li><a class="nav-link" href="#Introduction">Introduction</a></li>
<li><a class="nav-link" href="#Use_of_Balanced_Diet">Use of Balanced Diet</a></li>
<li><a class="nav-link" href="#Avoid_Unhealthy_Food">Avoid Unhealthy Food</a></li>
<li><a class="nav-link" href="#Physical_Activity">Physical Activity</a></li>
<li><a class="nav-link" href="#Healthy_Environment">Healthy Environment</a></li>
</ul>
</nav>
<main id="main-doc">
<section class="main-section" id="Introduction">
<header>Introduction</header>
<p>As we all know, our life is very complicated and busy today. And all these engagements are just to make money.
We have to work hard all day to earn money and in the cycle of earning money, we forget that taking care of our health; the most important element of our life.
</p>
<p>We also forget to eat, exercise, rest, etc. on time. We must not forget that the real wealth in our lives is our health. It is true for everyone that “health is wealth”.
<li>Good health reduces stress and promotes healthy living without pain.</li></p>
<pre>
<code>
Private Sub Timer1_Timer()
n = n + 1
Lbl_Display.Caption = n
End Sub
</code>
</pre>
</section>
<section class="main-section" id="Use_of_Balanced_Diet">
<header>Use of Balanced Diet</header>
<p>To maintain good health, we should eat a balanced diet. The elements of the balanced diet are fresh fruits, green vegetables, lentils, milk, eggs, yogurt, etc.
<li>Healthy eating at the right time is very important for a healthy body, which is possible only with a balanced diet. It promotes the proper development of our body and keeps us mentally, physically, and socially healthy.</li>
<li>With good health, we can cope with any bad situation in life.</li>
</p>
<pre>
<code>
Private Sub Command1_click()
Pictuire1.Show=true
Timer1.Enabled=True
Lable1.Caption="Start Counting"
End sub
</code>
</pre>
<p>We must always remember that it is very important for our well-being to stay healthy and for this we should always take care of our food.<img src="https://images.pexels.com/photos/4374579/pexels-photo-4374579.jpeg?auto=compress&cs=tinysrgb&w=300" alt="variety of food"></p>
</section>
<section class="main-section" id="Avoid_Unhealthy_Food">
<header>Avoid Unhealthy Food</header>
<p>The fast-food and junk food are unhealthy foods as these do not contain any nutritious value. We should avoid such types of foods as much as possible because these can also cause different types of diseases like blood pressure, diabetes and heart issues etc</p>
<pre>
<code>
Private Sub Command1_Click()
'To add the values in TextBox1 and TextBox2
Sum = Val(Text1.Text) +Val(Text2.Text)
'To display the answer on label 1
Label1.Caption = Sum
End Sub
</code>
</pre>
<p>Smoking can cause long-term negative effects on the body, including heart disease, cancer, and diabetes<img src="https://images.pexels.com/photos/15654077/pexels-photo-15654077/free-photo-of-a-woman-smoking.jpeg?auto=compress&cs=tinysrgb&w=300" alt="smoking"></p>
</section>
<section class="main-section" id="Physical_Activity">
<header>Physical Activity</header>
<p>A busy life having no physical activity can lead to serious health hazards. <li>Physical activities like walking, running, and exercises are as necessary as food.</li>
The physical activities also involve different kinds of physical games.
</p>
<pre>
<code>
Private Sub Command1_click()
Label1.Visible=false
Label2.Visible=True
Text1.Text="You are correct!"
</code>
</pre>
<p>Whether you play a game or take exercise, it will keep you fit, active, and healthy.
<img src="https://images.pexels.com/photos/5067674/pexels-photo-5067674.jpeg?auto=compress&cs=tinysrgb&w=300" alt="Jogging"></p>
</section>
<section class="main-section" id="Healthy_Environment">
<header>Healthy Environment</header>
<p>To maintain good health, the environment also plays a vital role. You can notice a huge difference between the healths of two persons; one living in a perfect and relaxing environment and others living in a depressed and noisy environment.
Nowadays, all sorts of steps are being taken to make human life better, but we do not care about our health at all.
<li>In the present era, the smoke coming out of various factories and factories has spoiled the fresh air, due to which the supply of fresh air is decreasing day by day. Air, water, environment, and food have been affected and polluted.</li> If we want to keep our environment clean and tidy, we need to plant as many trees as possible and keep our environment clean.
</p>
<pre>
<code>
Private Sub Command1_click()
Label1.Caption="Welcome"
Image1.visible=true
End sub
</code>
</pre>
<p>A healthy environment is pollution and noise-free and has greenery. If these elements are not found naturally, you should adopt environmental guidelines and try to maintain your environment clean.<img src="https://images.pexels.com/photos/11481539/pexels-photo-11481539.jpeg?auto=compress&cs=tinysrgb&w=600" alt="at the beach"></p>
</section>
</main>
</body>
</html>