FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

WHAT IS WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ is a collection of controls in HTML.
A
Form
B
Field
C
Table
D
Frame
Explanation: 

Detailed explanation-1: -The HTMLFormControlsCollection interface represents a collection of HTML form control elements, returned by the HTMLFormElement interface’s elements property.

Detailed explanation-2: -The HTML form element is used to create an HTML form for taking inputs from user. The form element is a container for different types of input elements.

Detailed explanation-3: -The common input types button, checkbox, file, hidden, image, password, radio, reset, submit, and text. Some of the attributes that are common to all form controls.

Detailed explanation-4: -A textbox is a common input control in HTML, but it has various hidden attributes. An HTML text box is an area on the screen wherein the user can enter the text input. It is a common input element found in many software programs, such as web browsers, email clients, and word processors.

There is 1 question to complete.