computer.howstuffworks.com Open in urlscan Pro
13.33.174.7  Public Scan

Submitted URL: http://computer.howstuffworks.com/
Effective URL: https://computer.howstuffworks.com/
Submission: On June 30 via manual from JP — Scanned from JP

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 md:block mb-0">
  <div class="flex">
    <input id="keywords" name="q" class="focus:ring-primary flex-1 block px-4 py-2 min-w-300 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="JP">
  <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="JP">
  <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="JP">
    <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
Mobile Newsletter
1
Submit Search
Search Close Search
 * Health
 * Science
 * Home & Garden
 * Auto
 * Tech
 * Culture
 * Money
 * Lifestyle
 * Entertainment
 * Animals

 * 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 Science Home & Garden Auto Tech Culture Money Lifestyle Entertainment
Animals Quizzes Coupons
More More
Money Lifestyle Entertainment Animals Quizzes Coupons



COMPUTER

How RAM WorksRead More

Topics to Explore:

Computer Hardware Internet Computer Software Computer Security Computer
Peripherals More

Advertisement




CAN YOU REMOVE YOUR PERSONAL INFO FROM PEOPLE-FINDER WEBSITES?


WHAT HAPPENS TO YOUR DATA IF YOU LEAVE A SOCIAL MEDIA PLATFORM?


HOW CLOUD ANTIVIRUS SOFTWARE WORKS


80% DISCOUNT ON ANTIVIRUS SOFTWARE FROM HOWSTUFFWORKS


TRENDING IN COMPUTER


HOW TO USE CHATGPT TO CREATE EXCEL FORMULAS


WHAT IS AN AI BLACK BOX? A COMPUTER SCIENTIST EXPLAINS


HOW PARALLEL PORTS WORK


WEB3: THE NEXT PHASE OF THE INTERNET IS COMING

Advertisement




COMPUTER HARDWARE

From USB connectors to motherboards, the HowStuffWorks Computer Hardware Channel
will help you find explanations, reviews, videos and prices for the parts you
need.

5 Reasons Your Computer Is Running Slow and How to Fix Them

FIND OUT MORE

Should You Shut Down Your Computer Every Night?

FIND OUT MORE

How to Wipe a Computer's Hard Drive

FIND OUT MORE

How to Force Quit on a Mac

FIND OUT MORE


COMPUTER PERIPHERALS

Peripherals are pieces of hardware that you add to your computer. In the
Computer Peripherals Channel, find explanations, reviews, videos and prices on
these parts, plus how they communicate with your computer.

How to Connect AirPods to Your Laptop

FIND OUT MORE

How to Connect AirPods to a PC

FIND OUT MORE

Apple AirTags: What to Know to Stay Safe

FIND OUT MORE

How 3-D Printing Works

FIND OUT MORE


COMPUTER SECURITY

Computer security is an increasingly important consideration. From
authentication to encryption keys, learn how to keep your computer's hard drive
protected and your personal information safe.

What Is Multi-factor Authentication and Should You Use It?

FIND OUT MORE

Companies Pay This Guy to Break Into Their Networks and Offices

FIND OUT MORE

Surge in Ransomware Attacks Exposes U.S. Cyber Vulnerabilities

FIND OUT MORE

Why You Should Consider Using a Private Search Engine

FIND OUT MORE


COMPUTER SOFTWARE

Software refers to the programs your computer uses to perform the actions you
want it to. Learn all about computer software, from Web browsers to the latest
operating systems, with our explanations, reviews, videos and prices.

Even Advanced AI Can't Solve All Problems

FIND OUT MORE

How to Delete a Page in Word

FIND OUT MORE

How to Export Bookmarks From Chrome

FIND OUT MORE

What Version of Windows Do I Have?

FIND OUT MORE


INTERNET

We look to the Internet for news, socializing, shopping, research and more. From
HTML code to instant messaging, we'll break down what's really going on whenever
you log on, send an e-mail, visit a popular Web site or post to a blog.

Does Weather Mess With Your Internet Connection?

FIND OUT MORE

How To Recall An Email in Outlook or Gmail

FIND OUT MORE

What Does CC Mean in Email?

FIND OUT MORE

An Expert Explains Why Mastodon Won't Be the New Twitter

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
 * HowStuffWorks on Twitter

Company

 * About
 * Careers
 * Contact Us
 * Help
 * Sitemap

Information

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

Explore

 * Quizzes
 * Coupons
 * Video

Privacy Policy Terms Ad Choices
Do Not Sell My Info

Copyright © 2023 HowStuffWorks, a System1 Property