history.howstuffworks.com Open in urlscan Pro
54.230.71.25  Public Scan

URL: https://history.howstuffworks.com/
Submission: On September 10 via manual from SG — Scanned from SG

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="SG">
  <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="SG">
  <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">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="Subscribe to our free 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">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="SG">
    <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="Subscribe">
  </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



HISTORY

The French and Indian War Was the First 'Real' World WarRead More

Topics to Explore:

History vs. Myth Historical Events Historical Figures North America Europe More

Advertisement




HOW MUCH POWER DID QUEEN ELIZABETH REALLY HAVE?


HARD PIVOT: THE REINVENTION OF OLYMPIAN APOLO OHNO


WHY E.O. WILSON WAS CALLED THE 'DARWIN OF THE 21ST CENTURY'


SYLVIA RIVERA: A PIONEER OF THE MODERN LGBTQ RIGHTS MOVEMENT


TRENDING IN HISTORY


6 LARGEST EMPIRES IN HISTORY WITH THE LONGEST-LASTING IMPACT


THE LONGEST ROAD IN THE U.S. PASSES THROUGH A NATIONAL PARK


HEAVIEST PERSON EVER: THE LEGACY OF JON BROWER MINNOCH


CONTEXTUALIZING THE ASSASSINATION OF ARCHDUKE FRANZ FERDINAND

Advertisement




HISTORICAL EVENTS

From the Age of Enlightenment to the Christmas Truce, learn about some of
history's most pivotal events.

10 Things Done Completely Out of Spite

FIND OUT MORE

Exploring the Impact of the Industrial Revolution Factory System

FIND OUT MORE

How Al Capone's Mobsters Outmuscled Chicago Milkmen

FIND OUT MORE

5 Worst Nuclear Disasters in the World

FIND OUT MORE


HISTORICAL FIGURES

From Musketeers to Nazis, Archimedes to Harriet Tubman, these famous historical
figures changed the course of history -- for better or worse.

Jayne Mansfield: Death, Life and Legacy

FIND OUT MORE

How Did Helen Keller Fly a Plane in 1946?

FIND OUT MORE

Who Were the Titanic Survivors?

FIND OUT MORE

How Juliane Koepcke Survived the Crash of LANSA Flight 508

FIND OUT MORE


HISTORY VS. MYTH

You don’t need fiction when history provides you with tales as crazy as the ones
we’ve collected for you. Read up while your jaw drops.

Who Is the Controversial Green Man on the Royal Coronation Invitation?

FIND OUT MORE

666 Meaning: Angel Number or the Devil's Digits?

FIND OUT MORE

Operation Midnight Climax: A CIA Sex, Drugs and Surveillance Program

FIND OUT MORE

Was James Dean's Car Cursed?

FIND OUT MORE


EUROPE

No matter how knowledgeable you are about European history, there's always more
to learn! Get an in-depth look at European history in these articles.

Exploring the Balkan States: 10 Countries on 1 Peninsula

FIND OUT MORE

Norland College: Where the Royals Find Their Nannies

FIND OUT MORE

How the CPR Doll Developed From a Famous Parisian Death Mask

FIND OUT MORE

Point d'Alençon Lace Will Always Be the Queen of Lace

FIND OUT MORE


NORTH AMERICA

From the southern tip of Florida to the Alaskan wilderness, explore North
American history in-depth in the North American history section.

The Longest Government Shutdown in American History

FIND OUT MORE

The Youngest President of the United States

FIND OUT MORE

The Title of Oldest President of the United States Goes To...

FIND OUT MORE

U.S. State Capitals, Listed Oldest to Newest

FIND OUT MORE


WORLD HISTORY

HowStuffWorks looks at the history and culture of places from all over the
world.

All 48 Countries of Asia, Sorted by Region

FIND OUT MORE

How Many Countries of South America Can You Name?

FIND OUT MORE

Organizing the Countries of the World by Continent

FIND OUT MORE

All 54 African Countries, Including Disputed Territories

FIND OUT MORE


WORLD WARS

World wars and conflicts have shaped the course of history as countries stuggle
to maintain a balance of power. In this section topics such as the Korean War,
Vietnam and both World Wars are explored.

How the Ritchie Boys, Secret Refugee Infiltrators, Took on the Nazis

FIND OUT MORE

The French Resistance Took Many Forms During WWII

FIND OUT MORE

Inside Unit 731, Japan's Gruesome WWII Human Experiment Program

FIND OUT MORE

Incredible History: When WWII POWs Held an Olympics in a Nazi Camp

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