Multiple choice html

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

This is true because once you've saved an HTML file to your computer, your browser can open and display it directly from the file system without internet access. Local testing works offline - you only need internet to load external resources (images, stylesheets, scripts) hosted on servers.

AI explanation

Because a web page is just an HTML file, you can open it directly in a browser from your local disk to preview layout and content changes without any network or internet connection — only features that fetch remote resources (like external images, APIs, or server-side scripts) would require connectivity.