Calculate What Weight I Should Be for My Height

What Weight Should I Be For My Height Calculator :root { –primary-color: #004a99; –success-color: #28a745; –background-color: #f8f9fa; –text-color: #333; –border-color: #ccc; –card-bg: #fff; –shadow: 0 4px 8px rgba(0,0,0,0.1); –border-radius: 8px; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: var(–text-color); background-color: var(–background-color); margin: 0; padding: 0; display: flex; justify-content: center; padding-top: 20px; padding-bottom: 40px; } .container { width: 100%; max-width: 980px; margin: 0 auto; padding: 20px; background-color: var(–card-bg); box-shadow: var(–shadow); border-radius: var(–border-radius); display: flex; flex-direction: column; align-items: center; } h1, h2, h3 { color: var(–primary-color); text-align: center; } h1 { font-size: 2.5em; margin-bottom: 10px; } h2 { font-size: 1.8em; margin-top: 30px; margin-bottom: 15px; } h3 { font-size: 1.3em; margin-top: 20px; margin-bottom: 10px; } .calculator-section { width: 100%; max-width: 600px; background-color: var(–card-bg); padding: 30px; border-radius: var(–border-radius); box-shadow: var(–shadow); margin-top: 20px; text-align: center; } .input-group { margin-bottom: 20px; text-align: left; } .input-group label { display: block; margin-bottom: 8px; font-weight: bold; color: var(–primary-color); } .input-group input[type="number"], .input-group select { width: calc(100% – 22px); padding: 10px; border: 1px solid var(–border-color); border-radius: var(–border-radius); font-size: 1em; margin-bottom: 5px; } .input-group .helper-text { font-size: 0.85em; color: #666; display: block; margin-top: 5px; } .error-message { color: #dc3545; font-size: 0.85em; display: none; /* Hidden by default */ margin-top: 5px; } .button-group { margin-top: 30px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; } button { padding: 12px 25px; border: none; border-radius: var(–border-radius); cursor: pointer; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; } .btn-primary { background-color: var(–primary-color); color: white; } .btn-primary:hover { background-color: #003366; } .btn-secondary { background-color: #6c757d; color: white; } .btn-secondary:hover { background-color: #5a6268; } .btn-success { background-color: var(–success-color); color: white; } .btn-success:hover { background-color: #218838; } .results-display { margin-top: 40px; padding: 30px; background-color: var(–primary-color); color: white; border-radius: var(–border-radius); box-shadow: var(–shadow); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 15px; } .results-display h3 { color: white; margin-bottom: 0; } .main-result { font-size: 2.5em; font-weight: bold; margin: 10px 0; color: #fff; /* Ensure white color for main result text */ } .intermediate-results div { margin-bottom: 10px; font-size: 1.1em; } .intermediate-results span { font-weight: bold; } .formula-explanation { font-size: 0.9em; color: rgba(255, 255, 255, 0.8); margin-top: 15px; max-width: 80%; } .chart-container { width: 100%; max-width: 600px; margin-top: 40px; background-color: var(–card-bg); padding: 30px; border-radius: var(–border-radius); box-shadow: var(–shadow); text-align: center; } canvas { max-width: 100%; height: auto; } table { width: 100%; border-collapse: collapse; margin-top: 20px; background-color: var(–card-bg); box-shadow: var(–shadow); border-radius: var(–border-radius); } th, td { padding: 12px 15px; text-align: left; border-bottom: 1px solid var(–border-color); } th { background-color: var(–primary-color); color: white; font-weight: bold; } tr:nth-child(even) { background-color: #e9ecef; } tr:last-child td { border-bottom: none; } .article-content { width: 100%; max-width: 900px; margin-top: 40px; background-color: var(–card-bg); padding: 30px; border-radius: var(–border-radius); box-shadow: var(–shadow); } .article-content p, .article-content ul, .article-content ol { margin-bottom: 15px; } .article-content li { margin-bottom: 8px; } .article-content strong { color: var(–primary-color); } .article-content a { color: var(–primary-color); text-decoration: none; font-weight: bold; } .article-content a:hover { text-decoration: underline; } .article-content h2, .article-content h3 { text-align: left; margin-top: 25px; margin-bottom: 15px; } .article-content table { margin: 20px auto; box-shadow: none; } .article-content th, .article-content td { border: 1px solid var(–border-color); } .article-content th { background-color: #eee; color: var(–text-color); } .article-content table caption { caption-side: top; font-style: italic; margin-bottom: 10px; color: #666; text-align: center; } .faq-section .faq-item { margin-bottom: 15px; border: 1px solid var(–border-color); border-radius: var(–border-radius); padding: 15px; background-color: #f8f9fa; } .faq-section .faq-item h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.1em; color: var(–primary-color); text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; } .faq-section .faq-item .faq-content { display: none; margin-top: 10px; font-size: 0.95em; color: #555; } .faq-section .faq-item h3::after { content: '+'; font-size: 1.2em; font-weight: bold; color: var(–primary-color); } .faq-section .faq-item.open h3::after { content: '-'; } .related-tools { margin-top: 40px; background-color: var(–card-bg); padding: 30px; border-radius: var(–border-radius); box-shadow: var(–shadow); text-align: center; } .related-tools ul { list-style: none; padding: 0; text-align: left; } .related-tools li { margin-bottom: 15px; padding: 10px; border-bottom: 1px dashed var(–border-color); } .related-tools li:last-child { border-bottom: none; } .related-tools a { font-weight: bold; color: var(–primary-color); text-decoration: none; } .related-tools a:hover { text-decoration: underline; } .related-tools span { font-size: 0.9em; color: #666; display: block; margin-top: 5px; } @media (max-width: 768px) { h1 { font-size: 2em; } .calculator-section, .chart-container, .article-content, .results-display, .related-tools { padding: 20px; } .button-group { flex-direction: column; gap: 10px; } button { width: 100%; } }

What Weight Should I Be For My Height Calculator

Calculate your ideal weight range based on your height and understand what a healthy weight means for you.

Your Healthy Weight Range

Enter your height in feet (e.g., 5).
Enter your height in inches (0-11).
Male Female Select your gender.

Your Ideal Weight Range:

BMI Range:
Healthy Weight (kg):
Healthy Weight (lbs):
Calculations are based on Body Mass Index (BMI) ranges: Underweight (<18.5), Normal weight (18.5–24.9), Overweight (25–29.9), Obese (≥30). This calculator provides a healthy weight range using the standard BMI formula (weight in kg / height in meters squared).

BMI Distribution by Height

Comparison of ideal BMI ranges for different heights.

What is the Ideal Weight for My Height?

Understanding the concept of what weight you should be for your height is crucial for maintaining good health. It's not about fitting into a specific dress size or achieving a certain look, but rather about finding a weight that supports optimal bodily function and reduces the risk of weight-related health issues. This often revolves around concepts like Body Mass Index (BMI), but it's important to remember that BMI is a screening tool, not a diagnostic one. A healthy weight range for your height is a significant indicator of your overall well-being. Many individuals search for a "what weight should I be for my height calculator" to gain insight into their personal health metrics. This calculator aims to provide a personalized estimate based on established health guidelines.

Who Should Use This Calculator?

Anyone looking to understand their general health status regarding weight and height can benefit from this tool. This includes individuals who are:

  • Curious about their healthy weight range.
  • Aiming for weight management (loss or gain).
  • Seeking to understand BMI better.
  • Concerned about potential health risks associated with their current weight.
  • Preparing to discuss weight goals with a healthcare provider.

It's important to note that this calculator is a guide and not a substitute for professional medical advice. Factors like muscle mass, bone density, and overall body composition can influence health beyond simple height and weight metrics.

Common Misconceptions

Several myths surround the idea of ideal weight. One common misconception is that there is a single "magic number" for everyone of a certain height. In reality, healthy weight exists within a range. Another myth is that BMI is a perfect measure of health; it doesn't differentiate between fat and muscle mass. Athletes, for instance, may have a high BMI due to muscle but be very healthy. This "what weight should I be for my height calculator" acknowledges these nuances by providing a range and mentioning BMI.

Healthy Weight Calculation Formula and Mathematical Explanation

The most common method to estimate a healthy weight range for a given height is through the Body Mass Index (BMI). BMI is a simple numerical index of the ratio of weight to height, calculated using the formula:

BMI = weight (kg) / [height (m)]²

While this is the standard formula, this calculator converts your height to meters internally. For a healthy weight range, we typically use the BMI categories established by health organizations:

  • Underweight: BMI less than 18.5
  • Normal weight: BMI between 18.5 and 24.9
  • Overweight: BMI between 25 and 29.9
  • Obese: BMI of 30 or greater

To determine your ideal weight range, we rearrange the BMI formula to solve for weight:

Weight (kg) = BMI × [height (m)]²

Using the lower bound of the healthy BMI range (18.5) and the upper bound (24.9), we can calculate your personal healthy weight range.

Variables Used in Calculation

Variables and Their Meanings
Variable Meaning Unit Typical Range
Height Your physical stature from the ground to the top of your head. Feet and Inches (converted to meters internally) Varies widely
Gender Biological sex, which can influence body composition and thus ideal weight ranges. Categorical (Male/Female) Male, Female
BMI Body Mass Index, a measure of body fat based on height and weight. kg/m² 18.5 (lower healthy limit) to 24.9 (upper healthy limit)
Ideal Weight (kg) The calculated healthy weight in kilograms. Kilograms (kg) Calculated range based on height and BMI
Ideal Weight (lbs) The calculated healthy weight in pounds. Pounds (lbs) Calculated range based on height and BMI

Practical Examples

Let's illustrate how the "what weight should I be for my height calculator" works with real-world examples:

Example 1: A Woman Seeking Her Healthy Weight

Scenario: Sarah is 5 feet 5 inches (approximately 1.65 meters) tall and identifies as female. She wants to know her healthy weight range.

Inputs:

  • Height: 5 feet 5 inches
  • Gender: Female

Calculation Process:

  1. Convert height to meters: 5 feet = 60 inches. Total height = 60 + 5 = 65 inches. 65 inches * 0.0254 meters/inch = 1.651 meters.
  2. Calculate height squared: (1.651 m)² = 2.7258 m².
  3. Calculate lower healthy weight: 18.5 (lower BMI) * 2.7258 m² = 50.427 kg.
  4. Calculate upper healthy weight: 24.9 (upper BMI) * 2.7258 m² = 67.872 kg.
  5. Convert kg to lbs: 50.427 kg * 2.20462 lbs/kg ≈ 111.18 lbs. 67.872 kg * 2.20462 lbs/kg ≈ 149.63 lbs.

Results:

  • Ideal Weight Range: Approximately 50.4 kg to 67.9 kg (111 lbs to 150 lbs)
  • BMI Range: 18.5 – 24.9

Interpretation: Sarah falls within the healthy weight category if she weighs between 111 and 150 pounds. This gives her a clear target range to aim for.

Example 2: A Man Checking His Healthy Weight Range

Scenario: David is 6 feet 1 inch (approximately 1.85 meters) tall and identifies as male. He's curious about his healthy weight.

Inputs:

  • Height: 6 feet 1 inch
  • Gender: Male

Calculation Process:

  1. Convert height to meters: 6 feet = 72 inches. Total height = 72 + 1 = 73 inches. 73 inches * 0.0254 meters/inch = 1.8542 meters.
  2. Calculate height squared: (1.8542 m)² = 3.4381 m².
  3. Calculate lower healthy weight: 18.5 (lower BMI) * 3.4381 m² = 63.505 kg.
  4. Calculate upper healthy weight: 24.9 (upper BMI) * 3.4381 m² = 85.609 kg.
  5. Convert kg to lbs: 63.505 kg * 2.20462 lbs/kg ≈ 139.99 lbs. 85.609 kg * 2.20462 lbs/kg ≈ 188.74 lbs.

Results:

  • Ideal Weight Range: Approximately 63.5 kg to 85.6 kg (140 lbs to 189 lbs)
  • BMI Range: 18.5 – 24.9

Interpretation: David's healthy weight range is between 140 and 189 pounds. This information helps him understand where he should aim to be for optimal health.

How to Use This What Weight Should I Be For My Height Calculator

Using this calculator is straightforward. Follow these simple steps:

  1. Enter Your Height: Input your height first in feet and then in inches. Ensure accuracy for the best results.
  2. Select Your Gender: Choose either 'Male' or 'Female' from the dropdown menu. Gender can influence body composition, which subtly affects ideal weight.
  3. Click Calculate: Press the "Calculate" button.

Reading the Results:

  • Your Ideal Weight Range: This shows the range in both kilograms and pounds that is considered healthy for your height and gender, based on a BMI between 18.5 and 24.9.
  • BMI Range: This explicitly states the BMI values that correspond to your healthy weight range.
  • Healthy Weight (kg/lbs): These are the calculated lower and upper bounds of your healthy weight range.
  • Chart: The chart visually represents how different heights fall within various BMI categories.

Decision-Making Guidance: Use this information as a starting point for health discussions. If you are outside this range, consult with a healthcare professional to create a safe and effective plan for weight management. Remember, consistency and a balanced lifestyle are key to achieving and maintaining a healthy weight.

Key Factors That Affect Weight and Health

While height is a primary factor in determining a healthy weight range, several other elements play a significant role in an individual's overall health and weight management journey. Understanding these factors can provide a more holistic view of well-being beyond just the numbers on a scale.

  1. Muscle Mass vs. Fat Mass: BMI doesn't distinguish between muscle and fat. A very muscular person might have a high BMI but be perfectly healthy. Muscle is denser than fat, contributing more weight per volume. This is why body composition analysis can be more informative than BMI alone.
  2. Genetics: Your genetic makeup can influence your metabolism, body shape, and predisposition to gaining or losing weight. While genetics play a role, they don't dictate your destiny; lifestyle choices remain paramount.
  3. Age: As people age, their metabolism can slow down, and body composition changes. Maintaining a healthy weight might require adjustments to diet and exercise routines over time.
  4. Bone Density: Heavier bone structures can contribute to overall weight. This is another factor BMI does not account for.
  5. Activity Level: A sedentary lifestyle requires fewer calories than a highly active one. Regular physical activity not only helps manage weight but also improves cardiovascular health, mood, and overall fitness.
  6. Diet and Nutrition: The quality of food consumed is as important as the quantity. A balanced diet rich in whole foods supports healthy bodily functions and weight management, while processed foods high in sugar and unhealthy fats can contribute to weight gain and health problems.
  7. Hormonal Factors: Hormones play a critical role in regulating appetite, metabolism, and fat storage. Conditions like thyroid issues or PCOS can significantly impact weight.
  8. Sleep Quality: Inadequate or poor-quality sleep can disrupt hormones that control appetite (ghrelin and leptin), potentially leading to increased hunger and weight gain.

Frequently Asked Questions (FAQ)

What is the difference between ideal weight and healthy weight?

While often used interchangeably, "ideal weight" can sometimes refer to a specific target number, whereas "healthy weight" is more commonly understood as a range that supports good health and reduces disease risk. This calculator focuses on providing a healthy weight range.

Can my weight be healthy even if my BMI is slightly outside the normal range?

Yes, it's possible. BMI is a screening tool. Factors like high muscle mass, pregnancy, or certain medical conditions can affect BMI without indicating poor health. However, significant deviations from the healthy BMI range (18.5-24.9) warrant discussion with a healthcare provider.

Does gender really affect the ideal weight for my height?

Yes, to some extent. On average, men tend to have a higher muscle mass and lower body fat percentage than women of the same height and BMI. This can subtly influence body composition and where one might fall within a healthy weight range.

Is it okay to be at the higher end of the healthy weight range?

Yes, as long as you are within the healthy BMI range (18.5-24.9) and feel well, being at the higher end is perfectly acceptable and healthy. Focusing on overall well-being, regular exercise, and a balanced diet is more important than aiming for the exact middle of the range.

What if I am significantly underweight or overweight?

If your current weight falls significantly outside the calculated healthy range, it's advisable to consult with a doctor or a registered dietitian. They can help identify underlying causes and develop a personalized, safe plan for weight management.

How often should I check my weight?

There's no single rule, but many health professionals suggest monitoring your weight periodically (e.g., weekly or monthly) rather than daily. This helps track trends without causing undue stress. Significant, unexplained weight changes should be discussed with a doctor.

Does this calculator account for body frame size?

Standard BMI calculations, and thus this calculator, do not directly account for body frame size (small, medium, large). However, the healthy weight range is broad enough to encompass variations in frame size for most individuals.

Can children use this calculator?

This calculator is designed for adults. Children's and adolescents' healthy weight ranges are determined differently, often using BMI-for-age percentile charts provided by pediatricians, as they are still growing.

© 2023 Your Website Name. All rights reserved.

var chartInstance = null; // Global variable to hold chart instance function validateInput(value, id, min, max, errorMessageId, helperText) { var errorElement = document.getElementById(errorMessageId); var inputElement = document.getElementById(id); var isValid = true; errorElement.style.display = 'none'; inputElement.style.borderColor = 'var(–border-color)'; if (value === "") { errorElement.innerText = "This field cannot be empty."; errorElement.style.display = 'block'; inputElement.style.borderColor = '#dc3545'; isValid = false; } else { var numValue = parseFloat(value); if (isNaN(numValue)) { errorElement.innerText = "Please enter a valid number."; errorElement.style.display = 'block'; inputElement.style.borderColor = '#dc3545'; isValid = false; } else { if (min !== null && numValue max) { errorElement.innerText = "Value cannot be greater than " + max + "."; errorElement.style.display = 'block'; inputElement.style.borderColor = '#dc3545'; isValid = false; } } } return isValid; } function calculateWeight() { var heightFt = document.getElementById("heightFt").value; var heightIn = document.getElementById("heightIn").value; var gender = document.getElementById("gender").value; var heightFtError = document.getElementById("heightFtError"); var heightInError = document.getElementById("heightInError"); var validFt = validateInput(heightFt, "heightFt", 1, null, "heightFtError", "Enter your height in feet (e.g., 5)."); var validIn = validateInput(heightIn, "heightIn", 0, 11, "heightInError", "Enter your height in inches (0-11)."); if (!validFt || !validIn) { return; // Stop calculation if inputs are invalid } var feet = parseInt(heightFt); var inches = parseInt(heightIn); var totalInches = (feet * 12) + inches; var heightMeters = totalInches * 0.0254; var heightMetersSq = Math.pow(heightMeters, 2); var minBmi = 18.5; var maxBmi = 24.9; var minWeightKg = minBmi * heightMetersSq; var maxWeightKg = maxBmi * heightMetersSq; var minWeightLbs = minWeightKg * 2.20462; var maxWeightLbs = maxWeightKg * 2.20462; document.getElementById("mainResult").innerText = minWeightLbs.toFixed(1) + " – " + maxWeightLbs.toFixed(1) + " lbs"; document.getElementById("bmiRange").innerHTML = "BMI Range: " + minBmi.toFixed(1) + " – " + maxBmi.toFixed(1) + ""; document.getElementById("healthyWeightKg").innerHTML = "Healthy Weight (kg): " + minWeightKg.toFixed(1) + " – " + maxWeightKg.toFixed(1) + ""; document.getElementById("healthyWeightLbs").innerHTML = "Healthy Weight (lbs): " + minWeightLbs.toFixed(1) + " – " + maxWeightLbs.toFixed(1) + ""; document.getElementById("results-display").style.display = "flex"; updateChart(feet, inches); } function resetCalculator() { document.getElementById("heightFt").value = "5"; document.getElementById("heightIn").value = "8"; document.getElementById("gender").value = "male"; document.getElementById("heightFtError").style.display = 'none'; document.getElementById("heightInError").style.display = 'none'; document.getElementById("heightFt").style.borderColor = 'var(–border-color)'; document.getElementById("heightIn").style.borderColor = 'var(–border-color)'; document.getElementById("results-display").style.display = "none"; document.getElementById("mainResult").innerText = "–"; document.getElementById("bmiRange").innerHTML = "BMI Range: "; document.getElementById("healthyWeightKg").innerHTML = "Healthy Weight (kg): "; document.getElementById("healthyWeightLbs").innerHTML = "Healthy Weight (lbs): "; if (chartInstance) { chartInstance.destroy(); chartInstance = null; } // Re-initialize chart with default empty state or values if desired drawChart([], []); } function copyResults() { var mainResult = document.getElementById("mainResult").innerText; var bmiRange = document.getElementById("bmiRange").innerText.replace("BMI Range: ", ""); var healthyWeightKg = document.getElementById("healthyWeightKg").innerText.replace("Healthy Weight (kg): ", ""); var healthyWeightLbs = document.getElementById("healthyWeightLbs").innerText.replace("Healthy Weight (lbs): ", ""); var assumptionHeightFt = document.getElementById("heightFt").value; var assumptionHeightIn = document.getElementById("heightIn").value; var assumptionGender = document.getElementById("gender").value; var resultText = "— Your Healthy Weight Range Results —\n\n"; resultText += "Ideal Weight Range: " + mainResult + "\n"; resultText += "" + bmiRange + "\n"; resultText += "" + healthyWeightKg + "\n"; resultText += "" + healthyWeightLbs + "\n\n"; resultText += "— Key Assumptions —\n"; resultText += "Height: " + assumptionHeightFt + " ft " + assumptionHeightIn + " in\n"; resultText += "Gender: " + assumptionGender.charAt(0).toUpperCase() + assumptionGender.slice(1) + "\n"; resultText += "\nCalculated using standard BMI healthy ranges (18.5-24.9)."; try { navigator.clipboard.writeText(resultText).then(function() { alert("Results copied to clipboard!"); }).catch(function(err) { console.error("Failed to copy: ", err); alert("Failed to copy results. Please copy manually."); }); } catch (e) { console.error("Clipboard API not available or failed: ", e); alert("Your browser does not support automatic clipboard copying. Please copy the results manually."); } } function drawChart(heightsFt, weights) { var ctx = document.getElementById('bmiChart').getContext('2d'); if (chartInstance) { chartInstance.destroy(); // Destroy previous chart if it exists } var chartData = { labels: heightsFt.map(function(h) { return h + " ft"; }), // Example labels datasets: [{ label: 'Healthy Weight Range (Lower Limit kg)', data: weights.lowerKg, borderColor: 'var(–primary-color)', backgroundColor: 'rgba(0, 74, 153, 0.2)', fill: false, tension: 0.1 }, { label: 'Healthy Weight Range (Upper Limit kg)', data: weights.upperKg, borderColor: 'var(–success-color)', backgroundColor: 'rgba(40, 167, 69, 0.2)', fill: false, tension: 0.1 }] }; var chartOptions = { responsive: true, maintainAspectRatio: true, scales: { x: { title: { display: true, text: 'Height (Feet)' } }, y: { title: { display: true, text: 'Weight (kg)' }, beginAtZero: true } }, plugins: { title: { display: true, text: 'Healthy Weight Range by Height (BMI 18.5-24.9)' }, tooltip: { mode: 'index', intersect: false, } }, hover: { mode: 'nearest', intersect: true } }; chartInstance = new Chart(ctx, { type: 'line', data: chartData, options: chartOptions }); } function updateChart(currentFt, currentIn) { var heightsFt = []; var weightsLowerKg = []; var weightsUpperKg = []; // Generate data for heights from 4ft to 7ft for (var ft = 4; ft <= 7; ft++) { heightsFt.push(ft); var totalInches = (ft * 12) + 6; // Use 6 inches as a midpoint for each foot for representation var heightMeters = totalInches * 0.0254; var heightMetersSq = Math.pow(heightMeters, 2); var lowerKg = 18.5 * heightMetersSq; var upperKg = 24.9 * heightMetersSq; weightsLowerKg.push(lowerKg); weightsUpperKg.push(upperKg); } drawChart(heightsFt, { lowerKg: weightsLowerKg, upperKg: weightsUpperKg }); } // Initialize chart on page load document.addEventListener('DOMContentLoaded', function() { // Initial draw with empty data or a few sample points drawChart([], { lowerKg: [], upperKg: [] }); // Trigger calculation to show initial results and update chart if defaults are set calculateWeight(); // Add click listeners for FAQ toggles var faqItems = document.querySelectorAll('.faq-item h3'); faqItems.forEach(function(item) { item.addEventListener('click', function() { var faqContent = this.nextElementSibling; var faqItem = this.parentElement; faqItem.classList.toggle('open'); if (faqContent.style.display === "block") { faqContent.style.display = "none"; } else { faqContent.style.display = "block"; } }); }); }); // Prevent default form submission if calculator is within a form document.getElementById('weight-calculator').addEventListener('submit', function(event) { event.preventDefault(); });

Leave a Comment