Multiple choice technology web technology What is the HTML feature that divides a web page into two or more scrollable parts? Split Page Frame Form 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.