Multiple choice technology

You do not have to connect to the internet to verify changes to a Web page on your computer.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Web pages can be tested and previewed locally by opening HTML files directly in a browser, without requiring an active internet connection. As long as all referenced resources (images, CSS, JavaScript) are also stored locally or cached, the page renders normally. This is standard practice during web development for rapid iteration.