<th>
<td>
<tr>
<tt>
Table row
Table Records
Table heading
Row Heading
<head></head>
<ttop></ttop>
<th></th>
<td></td>
Used to separate cell walls from their contents
Used to set space between cells
Both a and b above
Used to provide width to a cell
Table header
Table column
Table
borderspacing
cellpadding
cellspacing
colspan
margin
spacing
<table-row>
size
len
maxlength
All of the above
Label Tag
Select Tag
TextBox Tag
Frame Tag
<form>
<article>
<table>
<span>
to display contents
to collect user’s input
to search the site by user’s input
none of the above
tooltip
value
title
<label>
<input>
<select>
text
password
numerals
date
email
age
type=”required”
required
important
compulsory
<checkbox></checkbox>
<input type="checkbox">
<input=checkbox>
<input checkbox>
set the “name” attribute of input to same value as “for” attribute
set the “value” attribute of input to same value as “for” attribute
set the “id” attribute of input to same value as “for” attribute
all the above options are necessary
Elements with <input type="checkbox"> can have multiple value because multiple checkboxes can be selected and part of same set
Elements with <input type="radio"> can have same value because multiple radio buttons can be selected and part of same set
Elements with <input type="checkbox"> can have same value because only one checkbox can be selected and part of same set
Elements with <input type="radio"> can have same value because only one radio button can be selected and part of same set