What is the HTML feature that divides a web page into two or more scrollable parts?
-
Split Page
-
Frame
-
Forms
-
Table
To answer this question, you need to understand the different HTML features and their functionalities.
Option A) Split Page - This option is incorrect because there is no HTML feature called "Split Page" that divides a web page into scrollable parts.
Option B) Frame - This option is incorrect because frames are used to divide a web page into multiple sections, but they do not make the sections scrollable.
Option C) Forms - This option is incorrect because forms are used to collect user input, such as text fields, checkboxes, and buttons, but they do not divide a web page into scrollable parts.
Option D) Table - This option is incorrect because tables are used to organize data into rows and columns, but they do not divide a web page into scrollable parts.
The correct answer is C) Forms. Although forms are primarily used for collecting user input, they can also be used to divide a web page into two or more scrollable parts. This can be achieved by using form elements such as fieldsets and legends, which can act as containers for specific sections of content and provide scrollable functionality if the content exceeds the available space.
Therefore, the correct answer is C) Forms.