A
B
C
D
E
100

It is usually used for names and titles.

TABLE HEADING/HEADER

100

These are set of data handlers that are processed by the dynamic website.

HTML FORMS

100

The _____________ is composed of rows and columns.

TABLE

100

It is used to organize the HTML contents with data that have to be arranged.

HTML TABLE

100

It defines a button.

BUTTON

300

It is an attribute for the cell span that is equal to more than one column.

COLSPAN

300

It is used for search fields.

SEARCH

300
The _________ form attribute is used to create a drop-down list.

<select>

300

It is used for input fields that should contain a URL address.

URL

300

It is used for input fields that should contain a date.

DATE

500

It defines an option that can be selected or chosen.

<option>

500

The __________ will not be displayed if the border is not specified.

TABLE BORDER

500

The characters in ____________ are shown as asterisks or dots in the text field.

PASSWORD TYPE

500

It will reset all form values to their default values.

RESET

500

This is the holder of any content inside the table row.

TABLE DATA

700

It is a form attribute where it is used for multi-line field.

<textarea>

700
It is used for selecting only one of the limited number of choices.

radio

700

The ____________ can have a color or an image that depends on the web developer themes.

TABLE BACKGROUND

700

It defines the kind of input it must have. they have a secured way of handling password for sensitive data.

INPUT TYPE

700

It is the most important element of the form.

<input>

1000

In order to fill the gap of an empty table data, use the ________ and ________ that will set the cell span.

COLSPAN & ROWSPAN

1000

It have different kinds of attributes that define their properties or functions.

FORM ATTRIBUTES

1000

Write the output:

<form>

Name: <input type="text" name="name">

<br><br>

<button type="submit">Submit</button>

<button type="reset">Reset</button>

</form>

Answer may vary

1000

Write the output on the board.

<table border="1">

    <tr>

        <th rowspan="3">FRUITS</th>

        <td>Apple</td>

    </tr>

    

    <tr>

        <td>Mango</td>

    </tr>

    

    <tr>

        <td>Orange</td>

    </tr>

</table>

Answer may vary

1000

It is used to collect information that are typed in appropriate text fields that have specific functions.

FORM ELEMENTS

M
e
n
u