Multiple choice technology web technology

What is the HTML feature that divides a web page into two or more scrollable parts?

  1. Split Page

  2. Frame

  3. Form

  4. Table

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

HTML frames (using and tags, now deprecated) allowed a web page to be divided into multiple independent scrollable regions, each loading a separate HTML document. Modern websites use iframes or CSS layout techniques instead.