NEW
Font size
WorksheetsSDA Chapter 6 Vocabulary
Total questions: 20
Worksheet time: 10mins
The opening and closing tags including the text in between.
Element
Attribute
Value
WebForms
A part of an element that provides additional information about that element.
Element
Attribute
Value
WebForms
Information about a specific attribute
Element
Attribute
Value
WebForms
an interactive feature that allows a user to submit information
Element
Attribute
Value
WebForms
A gateway between a web server and a web server extension that tells the server how to send information to a web server extension, and what the server should do after receiving information from a web server extension.
Common Gateway Interface (CGI)
script
Active Server Pages (ASP)
JavaServer Pages (JSP)
A program executed before packets are sent between clients and servers
Common Gateway Interface (CGI)
script
Active Server Pages (ASP)
JavaServer Pages (JSP)
Microsoft's first server-side script engine for dynamically generated web pages
Common Gateway Interface (CGI)
script
Active Server Pages (ASP)
JavaServer Pages (JSP)
a server-side programming technology that enables the creation of a dynamic, platform-independent method for building Web-based applications
Common Gateway Interface (CGI)
script
Active Server Pages (ASP)
JavaServer Pages (JSP)
collect user input
<form>
method attribute
method="post"
method="get"
indicates how the data from the form should be sent to the server along with that request
<form>
method attribute
method="post"
method="get"
The <form> element attribute and value specify that the browser will send data to the Web server location specified by a URL
<form>
method attribute
method="post"
method="get"
receive information from the server
<form>
method attribute
method="post"
method="get"
Indicates which file the browser should request from the server when the user hits the submit button
action attribute
<input>
Text
Checkbox
Defines an input field
action attribute
<input>
Text
Checkbox
The type of field that allow users to enter text
action attribute
<input>
Text
Checkbox
Allows users to provide multiple inputs to answer a question
action attribute
<input>
Text
Checkbox
Name comes from similarity to old car radio buttons (push one in, the others pop out). On a computer it usually looks like a circle, when you choose one, the others are no longer active.
Radio button
Submit button
name attribute
name=value pair
a button that users can click to submit the data they've entered in a form
Radio button
Submit button
name attribute
name=value pair
specifies the name of an <input> element.
Radio button
Submit button
name attribute
name=value pair
a set of two linked data items
Radio button
Submit button
name attribute
name=value pair
