HTML Forms - CIW SDA Lesson 6

HTML Forms - CIW SDA Lesson 6

9th Grade - University

26 Qs

quiz-placeholder

Similar activities

Pemograman

Pemograman

University

23 Qs

TIK

TIK

10th - 12th Grade

21 Qs

The World Wide Web

The World Wide Web

7th - 9th Grade

21 Qs

HTML Quiz

HTML Quiz

University

21 Qs

SDA uCertify Lesson 6

SDA uCertify Lesson 6

8th - 12th Grade

25 Qs

CodeHS JavaScript

CodeHS JavaScript

8th - 12th Grade

21 Qs

HTML & CSS

HTML & CSS

9th - 12th Grade

22 Qs

HTML BASICS

HTML BASICS

KG - University

25 Qs

HTML Forms - CIW SDA Lesson 6

HTML Forms - CIW SDA Lesson 6

Assessment

Quiz

Computers

9th Grade - University

Hard

Created by

Memory Reed

Used 32+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Jane has created a Web form for users to submit information to his Web site. A CGI script helps process and store the data in a database. Which attribute of the form field elements in Janes' Web form will perform the task of organizing user information into name=value pairs?
method
name
value
form

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which technology resides on a server and receives Web form data from the browser, then processes the data into human-readable format?
CGI
HTTP
XML
HTML

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A user has accessed your company's Web server with her Web browser. Which choice lists the necessary elements for a CGI session to occur in this scenario?
A CGI script, a Web form, and a database server
A Web form, a Web server with a CGI interpreter, and a separate database server
A CGI script, a Web form, and a Web server with a CGI interpreter
A Web form and a database server

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Consider the following code for a text box in a Web form:
<input type="text" name="UserName"/>
Which modified tag should you use if you want the text box to appear with default text that reads "Enter Name Here"?
<input type="text" name="UserName" value="Enter Name Here"/>
<input type="name" text="Enter Name Here" value="text"/>
<input type="area" value="default" text="UserName"/>
<input type="text" name="UserName" default="Enter Name Here"/>

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your company Web site uses a Web form to collect data from a user. The user has entered data into the form fields and will soon click the Submit button, then the data will be sent to a database. Which of the following passes information from the Web form to the database server?
A CGI script
A Perl script
A database
An e-mail server

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
You are creating a Web form in HTML5 for your site. You want to make sure you code it correctly to process data. You have included the action attribute in the <form> element. What else do you need to include?
The method attribute of the <input> element
The method attribute of the <form> element
The type attribute of the <form> element
The type attribute of the <input> element

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Which line of HTML code creates a scrolling text box that can display three rows of text that are each 30 characters long?
<input type="textarea" name="comments" width="30" rows="3"/>
<input type="text" name="comments" chars="30" rows="3"/>
<text name="comments" width="30" rows="3">
<textarea name="comments" cols="30" rows="3">

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?