Tables And Forma Flashcards
Behavior
Combination of an event and an action
Why do we use borders on tables?
So viewers can see it and know it’s a table
What are the sections of a table?
- ) header
- ) footer
- ) body
How do you create a table dialog box?
In property inspector, click on table
Centering tables and forms?
Right click -> Align -> center
How do you can the column widths?
In the property inspector
Do we use pixel or percent when setting up a table and why?
Percent b/c it adjusts to anyone’s screen
Merge, sorting and splitting cells?
Merge - combining multiple cells
Sorting - putting cells in a specific order
Split - separating cells
Insert or delete a column or row?
Highlighting the wanted cells
Difference between Cell padding and cell spacing?
CS- Space between cells
CP- amount of space between edge and text
Three basic components of a table?
Column, row, and cell
What does the computer use to process data
CGI- common Gateway interfaceWay to process from data
GET method- sends the data with the URL
Post method – sends the data to the application with no limits. This is the one we use
List a few form objects
Text area, buttons, Chuck box, list/menu
What is the difference between an individual checkbox and a checkbox group
Viewers have more than one option and can choose multiple things with a checkbox group
Example of how you can allow a visitor to make only one selection or allow several selections
By a radio button