health.preview-dev-jc24-us-east-1.hswinternal.com Open in urlscan Pro
54.164.118.176  Public Scan

URL: https://health.preview-dev-jc24-us-east-1.hswinternal.com/
Submission: On May 11 via api from US — Scanned from US

Form analysis 5 forms found in the DOM

GET https://s.howstuffworks.com/serp

<form action="https://s.howstuffworks.com/serp" method="get" class="hidden lg:block mb-0">
  <div class="flex">
    <input id="keywords" name="q" class="focus:ring-primary flex-1 block px-4 py-2 min-w-225 placeholder-gray-dark text-dark-gray transition duration-150 ease-in-out text-sm leading-5" placeholder="Search...">
    <button type="submit" class="inline-flex items-center self-center text-sm bg-green text-white transition-colors duration-300 ease-in-out hover:bg-primary px-3 py-2">
      <svg class="fill-current" xmlns="http://www.w3.org/2000/svg" width="25.537" height="25.543" viewBox="0 0 25.537 25.543">
        <path d="M29.737,28.187l-7.1-7.169A10.121,10.121,0,1,0,21.1,22.575L28.154,29.7a1.093,1.093,0,0,0,1.543.04A1.1,1.1,0,0,0,29.737,28.187ZM14.681,22.661a7.992,7.992,0,1,1,5.653-2.341A7.943,7.943,0,0,1,14.681,22.661Z"
          transform="translate(-4.5 -4.493)"></path>
      </svg>
      <span class="sr-only">Submit Search</span>
    </button>
  </div>
</form>

GET https://s.howstuffworks.com/serp

<form action="https://s.howstuffworks.com/serp" method="get">
  <div class="flex">
    <input id="keywords-mobile" name="q" class="focus:ring-primary flex-1 block px-4 py-2 w-full placeholder-gray-dark text-dark-gray transition duration-150 ease-in-out sm:text-sm sm:leading-5" placeholder="Search...">
    <button type="submit" class="inline-flex items-center self-center text-sm bg-green text-white px-3 py-2">
      <svg class="fill-current" xmlns="http://www.w3.org/2000/svg" width="25.537" height="25.543" viewBox="0 0 25.537 25.543">
        <path d="M29.737,28.187l-7.1-7.169A10.121,10.121,0,1,0,21.1,22.575L28.154,29.7a1.093,1.093,0,0,0,1.543.04A1.1,1.1,0,0,0,29.737,28.187ZM14.681,22.661a7.992,7.992,0,1,1,5.653-2.341A7.943,7.943,0,0,1,14.681,22.661Z"
          transform="translate(-4.5 -4.493)"></path>
      </svg>
      <span class="sr-only">Submit Search</span>
    </button>
  </div>
</form>

<form id="chatbox-form">
  <input type="hidden" name="formloc" value="Chatbox">
  <input type="hidden" name="c" x-data="{ c : userData.country }" :value="c" value="US">
  <div style="position: absolute; left: -5000px;" aria-hidden="true"><input name="website" type="text" autocomplete="off" tabindex="-1" value=""></div>
  <div class="p-1 flex items-center">
    <input type="email" value="" name="email" placeholder="Enter your email" class="w-5/6 text-md p-3 placeholder-gray-dark text-gray-darkest focus:outline-none required">
    <button id="chatbox-subscribe" class="p-1 m-2 text-green">
      <svg class="fill-current" xmlns="http://www.w3.org/2000/svg" width="26.833" height="23" viewBox="0 0 26.833 23">
        <title>Mobile Newsletter chat subscribe</title>
        <path d="M3.013,27.5,29.833,16,3.013,4.5,3,13.444,22.167,16,3,18.556Z" transform="translate(-3 -4.5)"></path>
      </svg>
    </button>
  </div>
</form>

<form id="popup-form" x-data="{cta : (userData.country == 'US') ? 'Get the HowStuffWorks Newsletter' : 'Subscribe to our free newsletter'}">
  <input type="hidden" name="formloc" value="Popup">
  <input type="hidden" name="c" x-data="{ c : userData.country }" :value="c" value="US">
  <div class="mb-3">
    <input type="email" value="" name="email" placeholder="Enter your email" class="w-full border border-gray text-sm px-4 py-3 focus:outline-none placeholder-gray-dark text-gray-darkest required">
    <div x-data="{ visible : userData.country != 'US' }" x-show="visible" class="mt-2 text-md text-gray-darker" style="display: none;">Send me the latest news in science, culture and tech!</div>
  </div>
  <div class="mb-2">
    <div style="position: absolute; left: -5000px;" aria-hidden="true"><input name="website" type="text" autocomplete="off" tabindex="-1" value=""></div>
    <input type="submit" :value="cta" name="subscribe" id="popup-subscribe" class="w-full py-3 bg-mid-blue text-white text-sm font-bold inline-block cursor-pointer" value="Get the HowStuffWorks Newsletter">
  </div>
  <div id="popup-success" class="hidden text-gray-dark p-2"></div>
  <div id="popup-failure" class="hidden text-gray-dark p-2"></div>
</form>

<form id="subscribe-form" class="validate" x-data="{cta : (userData.country == 'US') ? 'SIGN UP' : 'Subscribe'}">
  <div x-data="{ visible : userData.country != 'US' }" x-show="visible" class="mb-3 text-xl text-white" style="display: none;">Send me the latest news in science, culture and tech!</div>
  <div class="flex flex-col lg:flex-row max-w-500 mx-auto">
    <input type="hidden" name="formloc" value="Footer" aria-hidden="true">
    <input type="hidden" name="c" x-data="{ c : userData.country }" :value="c" value="US">
    <input type="email" name="email" class="focus:outline-none flex-1 block px-4 py-2 w-full placeholder-gray-dark text-dark-gray transition duration-150 ease-in-out text-xl sm:leading-5" placeholder="name@email.com">
    <input type="submit" id="subscribe-submit" class="btn self-center lg:self-start mt-3 lg:mt-0 text-xl bg-green text-white px-11 py-4" :value="cta" value="SIGN UP">
  </div>
  <div style="position: absolute; left: -5000px;" aria-hidden="true"><input name="website" type="text" autocomplete="off" tabindex="-1" value=""></div>
  <div id="subscribe-success" class="mt-3 text-lg hidden"></div>
  <div id="subscribe-failure" class="mt-3 text-lg hidden"></div>
</form>

Text Content

Mobile Menu
HowStuffWorks
Science Tech Home & Garden Auto Culture
More More
Health Money Animals Lifestyle Entertainment Quizzes Coupons
Mobile Newsletter
1
Submit Search
Search Close Search
 * Science
 * Tech
 * Home & Garden
 * Auto
 * Culture
 * Health
 * Money
 * Animals
 * Lifestyle
 * Entertainment

 * Quizzes
 * Coupons

Submit Search
Sign up for our Newsletter!
Mobile Newsletter banner close
HowStuffWorks Newsletter
Mobile Newsletter chat close
Mobile Newsletter chat dots
Mobile Newsletter chat dots
Mobile Newsletter chat dots
Mobile Newsletter chat avatar

Mobile Newsletter chat subscribe



HEALTH

5 Supplements for Heat IntoleranceRead More

Topics to Explore:

Wellness Skin Care Diseases & Conditions Human Body Pregnancy & Parenting Mental
Health Medicine Love & Relationships Healthcare and Health Insurance More

Advertisement




10 MYSTERIOUS PAINS YOU SHOULDN'T IGNORE


WHY IS THE TERM 'GASLIGHTING' SO POPULAR NOW ─ AND SO MISUSED?


CAN YOU TELL THE SEX OF A BABY BY HOW THE MOTHER IS CARRYING?


WHY DO OUR STOMACHS GROWL?


TRENDING IN HEALTH


WHAT IN THE WORLD ARE TONSIL STONES?


WHAT CAUSES 'OLD PERSON' SMELL?


EVER STAND UP AND GET DIZZY?


LOUD FILMS AND CONCERTS DON'T HAVE TO PERMANENTLY HURT YOUR EARS

Advertisement




DISEASES & CONDITIONS

Know how to prevent, treat and control the symptoms of various diseases and
medical conditions. We explain what's happening in your body when disease
strikes, and what you can do to feel better faster.

What's the Difference Between Cardiac Arrest and a Heart Attack?

FIND OUT MORE

How the Graphene Blood Pressure Tattoo Will Change Monitoring

FIND OUT MORE

Is Polio Back? Here's What You Need to Know

FIND OUT MORE

Monkeypox Is a Global Health Emergency, But Don't Panic Yet

FIND OUT MORE


HEALTHCARE AND HEALTH INSURANCE

Whether you're choosing a doctor or trying to navigate health insurance jargon,
these articles will help you understand the health insurance system.

What Is Long-term Care Insurance, and Do You Need It?

FIND OUT MORE

Americans Rely on a Patchwork of Options to Pay for Elder Health Care

FIND OUT MORE

Who Should Buy a Medicare Supplement Plan?

FIND OUT MORE

What Does Medicare for All Really Mean?

FIND OUT MORE


HUMAN BODY

The human body is an amazing structure made up of many fascinating parts and
systems. Learn about the human body and how its systems work together.

Do You Have One of the 6 Rarest Eye Colors in the World?

FIND OUT MORE

What Happens When the Wind Is Knocked Out of You?

FIND OUT MORE

What Is Saliva and How Does It Change the Taste of Food?

FIND OUT MORE

How One Key Protein May Help Tendons Enhance Athletic Performance

FIND OUT MORE


LOVE & RELATIONSHIPS

Love and relationships are a major part of the human experience, but they
mystify many of us. Learn what scientific research has to say about love, and
get advice on creating and maintaining relationships.

12 At-home Date Night Ideas

FIND OUT MORE

Is Sapiosexuality a Real Thing?

FIND OUT MORE

The Myth of Closure: Why Experts Say It Doesn't Exist

FIND OUT MORE

Breakup Boot Camp: Help for Surviving a Broken Heart

FIND OUT MORE


MEDICINE

Medicine has to do with diseases and conditions that affect the entire body. In
this section, learn about testing and treatment plans including the medicines
used to prevent and treat a range of diseases and conditions.

FDA Approves OTC Narcan Nasal Spray for Opioid Overdose

FIND OUT MORE

Medical Schools Have Come a Long Way From Grave Robbing to Get Cadavers

FIND OUT MORE

Mark Cuban Wants to Solve the U.S. Prescription Drug Price Crisis

FIND OUT MORE

Why Are Potassium Iodide Pills Selling Like Crazy?

FIND OUT MORE


MENTAL HEALTH

Find articles on stress, phobias and schizophrenia. This section offers
information on a range of mental health issues.

What's the Difference Between a Sociopath and a Psychopath?

FIND OUT MORE

Not So Funny: The Mysterious 1962 Tanganyika Laughter Epidemic

FIND OUT MORE

Lifelike Robo Pets Help Seniors Combat Loneliness

FIND OUT MORE

Freudenfreude Is the Joyous Opposite of Schadenfreude

FIND OUT MORE


PREGNANCY & PARENTING

From conception to cradle, the Pregnancy and Parenting Channel guides you on the
journey to parenthood. Learn what to expect when you're expecting.

The Shocking Story of Lina Medina, Who Gave Birth at Age 5

FIND OUT MORE

What Did People Do Before Infant Formula Was Invented?

FIND OUT MORE

Spanking Has Declined Sharply in the U.S. in Last 25 Years, Study Finds

FIND OUT MORE

Baby Won't Sleep? 5 Tips From a Baby Sleep Coach

FIND OUT MORE


SKIN CARE

Skin care is a broad term that refers to everything from hygiene to anti-aging
regimens. Learn more about skin care at HowStuffWorks.

The Meaning Behind Semicolon Tattoos: A Symbol of Resilience and Solidarity

FIND OUT MORE

The Fascinating Meaning Behind Medusa Tattoos

FIND OUT MORE

20 Amazingly Practical Uses for Petroleum Jelly

FIND OUT MORE

How Often Should You Replace Your Hairbrush?

FIND OUT MORE


WELLNESS

There are many approaches and countless factors that make up a persons overall
wellness. HowStuffWorks has extensive coverage on the different types of natural
medicine such as DIY remedies and traditional Chinese medicine.

How Many Miles Are In 10,000 Steps?

FIND OUT MORE

How Often Should You Replace Your Toothbrush?

FIND OUT MORE

What Are DMT Elves and Who Reports Seeing Them?

FIND OUT MORE

Kava Is Natural and Legal, But Is It Safe?

FIND OUT MORE

Advertisement



Advertisement



Advertisement



Advertisement


We're as obsessed with finding answers as you are.
Send me the latest news in science, culture and tech!



Success
You are now subscribed.
Continue
Close
Newsletter Sign Up
Send me the latest news in science, culture and tech!




HowStuffWorks Logo

Learn How Everything Works!

 * HowStuffWorks on Facebook
 * HowStuffWorks on YouTube
 * HowStuffWorks on Instagram

Company

 * About
 * Careers
 * Contact Us
 * Help
 * Sitemap

Information

 * Terms
 * Reprints
 * Privacy Policy
 * Do Not Sell My Info

Explore

 * Quizzes
 * Coupons
 * Video

Privacy Policy Terms
Do Not Sell My Info

Copyright © 2024 HowStuffWorks, a System1 Property