Web Dev Ch 9 Second Half PP

Web Dev Ch 9 Second Half PP

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

You can add labels to a form using one of two methods:

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

4 years ago

Date created

Mar 1, 2020

Cards (37)

Section 1

(37 cards)

You can add labels to a form using one of two methods:

Front

Type a label in the appropriate table cell of your form. Use the Label button in the Forms category on the Insert panel to link the label to the form object.

Back

You can place a _____ either before or after it by typing it directly on the form.

Front

Form label

Back

If you use a table to position data in a form, you will need to create or modify _____ to format the labels and data fields, such as your horizontal and vertical alignment.

Front

CSS rules

Back

Make sure there is enough _____ between the form text and the table background so the text is readable.

Front

Contrast

Back

You can use image fields to create buttons that contain custom _____.

Front

Graphics

Back

You can insert an _____ into a form using the Image Field button on the Insert panel.

Front

Image field

Back

You can also insert a _____, which lets users clear data from a form and reset it to its default values, or a custom button to trigger an action that you specify on the page.

Front

Reset button

Back

A group of check boxes is called a _____.

Front

Check box group

Back

All forms include a _____, which users click to transfer the form data to the web server.

Front

Submit button

Back

If you want your users to upload files to your web server, you can insert a _____.

Front

File field

Back

It is a good idea to provide ______ for required fields when several are contained in a form.

Front

Visual clues

Back

_____ are the form components such as check boxes, text boxes, and radio buttons that allow users to provide information and interact with the website.

Front

Form objects

Back

The content of a page which does not change or allow user information is _____.

Front

Static

Back

Each radio group you create allows _____ selection from within that group.

Front

Only one

Back

If you only need words "Yes" and "No" beside two radio buttons, you can add the labels "Yes" and "No" using a form attribute called a _____.

Front

Label tag

Back

A Spry _____ is a page element that enables user interaction on a web page.

Front

Widget

Back

Then make any necessary changes based on any ______ that you receive and test it one final time.

Front

Testing feedback

Back

Placing your forms on _____ can protect the information.

Front

Secure servers

Back

A _____ is a text field that can store several lines of text.

Front

Text area field

Back

After you create a form, you should:

Front

Test it to make sure it works correctly and is easy to use. Verify the fields are arranged to provide a logical flow of information, so the user isn't confused about where to go next when completing the form.

Back

When you are finished with your form, you should always have several people ____ it before you publish it.

Front

Test

Back

A page contains _____ when it allows the user to interact with the page by clicking or typing and then responds to this input in some way.

Front

Dynamic content

Back

Adobe Marketplace & Exchange, used to create specific types of forms, is also known as _____.

Front

Add-ons

Back

A _____ is an HTML tag used to group related form elements together.

Front

Fieldset

Back

_____ are navigational menus that let users go quickly to different pages in your site or to different sites on the Internet.

Front

Jump menus

Back

You can have as many _____ on a page as you want.

Front

Fieldsets

Back

You can use _____ to create a list of options from which a user can make multiple selections.

Front

Check boxes

Back

Using _____ makes it possible to provide information to the web server and form-processing script without the user knowing that the information is being sent.

Front

Hidden fields

Back

You should set up a _____ to protect a user's payment or personal information from being harvested by unauthorized people.

Front

Secure form

Back

Some of the Spry widgets are ____ that can be added to a form.

Front

Fields

Back

With CSS3, many of the tags used to position table content are _____.

Front

Deprecated

Back

SSL, or ______, is the industry standard for viewing and sending confidential information over the Internet by encrypting the data.

Front

Secure Socket Layer

Back

When you create a form, include _____ so that users know what information you want them to enter in each field.

Front

Form field labels

Back

You can use _____ to provide a list of options from which only one selection can be made.

Front

Radio buttons

Back

_____ are the most common type of form objects and are used for collecting a string of characters, such as a name, address, password, or email address.

Front

Text fields

Back

Spry widgets are located within the Spry ___.

Front

Framework

Back

A group of radio buttons is called a _____.

Front

Radio group

Back