6. Attempt any TWO of the following: 12
a) | Explain following form control / elements with example Button, 6M.
Text, TextArea, Select, Checkbox, Form.
Ans, | Note: Combined example including all controls / elements shall be | Explanation
considered. eros
Button is created by using following code: ore
function msg()
{
alert("Hello world!");
}
Page 22 / 30
Downloaded by Srkaccount ([email protected])MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
(Autonomous)
(ISOAEC - 27001 - 2005 Certified)
SUMMER - 2024 EXAMINATION
MODEL ANSWER
Subject: Client Side Scripting Language Subject Code: [22519
Text:
textarea
Input “text” is an object to enter a single line of text whose content
will be part of form data.
In htm! a text is created by following code:
assign_value" />
Example:
jindex ";
Select:
Form SELECT elements (