Uploaded by Franklin Parra Arze

website

advertisement
<!DOCTYPE html>
<html>
<head>
<title>Marijuana Web Page</title>
<style>
body {
font-family: Arial, sans-serif;
}
h1 {
color: #008000;
}
p{
line-height: 1.5;
}
</style>
</head>
<body>
<h1>Marijuana Information</h1>
<img src="marijuana-image.jpg" alt="Marijuana" width="300" height="200">
<h2>What is Marijuana?</h2>
<p>Marijuana is a psychoactive drug derived from the Cannabis plant. It is used for various
purposes, including medicinal and recreational use.</p>
<h2>Medical Uses</h2>
<ul>
<li>Alleviating chronic pain</li>
<li>Managing symptoms of epilepsy and multiple sclerosis</li>
<li>Reducing nausea and vomiting caused by chemotherapy</li>
<li>Treating glaucoma</li>
</ul>
<h2>Recreational Use</h2>
<p>Many individuals use marijuana for recreational purposes to experience its
psychoactive effects and relaxation.</p>
<h2>Potential Risks</h2>
<p>While marijuana has potential benefits, it also carries risks, including impaired cognitive
function, addiction, and respiratory issues.</p>
<footer>
<p>© 2023 Your Website Name. All rights reserved.</p>
</footer>
</body>
</html>
Download