Show:
Questions
Responses
Print
List
Table
Vocab
Examples
Mrs.Campbell
100
unordered, definition, and ordered
What are types of lists?
100
cells in which the content should be automatically bolded and centered
What is a (<th></th>)?
100
The table data tags define the individual cells of the table
What is a (<td></td>)?
100
<td style="background-color: #ffffcc">Vova</td>
What is a slight brown table cell?
100
August 29th
What is Mrs.C's bday?
200
(<ul> <li></li> </ul>
What is an un-ordered list?
200
which will merge cells down rows
What is rowspan?
200
property to the opening table tag and set the value to 0
What is border-spacing?
200
<table style="width: 200px; background-color: #006699; float:right; border-spacing: 0">
What is a dark blue table that floats right?
200
2
What is the number of kids Mrs.C has?
300
created when you place one list inside of another list
What is a nested list?
300
organize and display information in a tabular structure
What are tables used for?
300
which merge cells across columns
What is colspan?
300
Stages of Web Site Management <ul> <li>Planning Stage</li> <li>Site Design Stage</li> <li>Update and Maintenance Stage</li> </ul>
What is an unordered list?
300
3
What is the number of pets Mrs.C has?
400
indicates which tags the style should be applied to
What is type selector?
400
can be added above a table to give a description of what data is being shown in the table
What is (<caption></caption> ")?
400
numbered list
What is an Ordered List?
400
<ol style="list-style-type: upper-roman">
What is an example of a list-style-type attribute?
400
Carolyn
What is Mrs.C's first name?
500
attribute would be used if you wanted an ordered list to begin with a value other than 1
What is the start attribute?
500
applies the border throughout the table and each cells that makeup the table
What is a border attribute?
500
Indented List
What is a Definition List?
500
<dl> <dt>Random</dt> <dd>Pages are randomly linked</dd> <dd>Good for small sites</dd> </dl>
What is a definition list?
500
Truck Driver
What was Mrs.C's most interesting job?