Web Development 1
<th> </th>
By default, these html tags used with tables will center text and make it bold?
Unordered list
The tag <ul> </ul> are used to create this kind of list?
Ordered list
The tags <ol> </ol> are used to create this kind of list?
method and action
These 2 HTML attributes are required for your form to work?
<colgroup> </colgroup>
These HTML tags are used to assign styles to single columns or groups of columns?
< li> </li>
These HTML tags are used to create a list item?
Width: 25%;
This CSS property and value are used to set the width of a table column to be 25%?
Border: none;
This CSS property and value are used when you do not want any borders on the table?
list-style-type: none
This CSS property and value will remove bullets or numbers from your list items?
position
This CSS property has two possible values: absolute and relative?
background
This CSS property is used if you want to use an image as your page background?
size
This CSS property sets the size of the textbox in em, pixels etc...?
Maxlength
This CSS property specifies the maximum number of characters a user can enter in a text box?
rowspan
This HTML code is used to combine data cells across two or more rows?
<tr> </tr>
This HTML code is used to create a table row?
Submit button
This button can be clicked to send the user's data to another web page, a CGI script. Email or database?
Select
This element creates a drop down menu? This element creates a drop down menu? Select This element creates a drop down menu?
placeholder
This html attribute gives the user a hint on what to enter in a text box?
Fieldset
This is a group of related form fields and associated labels?
Legend
This is a heading that describes the topic in a fieldset?
text area
This is a multiline area where users can enter text?
text box
This is a single line box where users can enter information?
Text align center
This is used to get the text to show in the center?
focus
This pseudo-class is used to apply styles to a form element the user has selected?
description list
This tags <dl> </dl> are used to create this kind of list?
Radio button
This type of button is round and only one can be checked at a time?
checkbox
This type of button is used to make a square box that can be clicked? checkbox
<thead> </thead>
When making a table head, what html tags are used?
the name of the css file
When you create link to a CSS stylesheet, what does the href+ code tell you?
<td colspan="3">... </td>
You want to make a table data cell 3 columns wide, what is the code required for that
