p2 quiz Flashcards
three (3) list types in HTML:
unordered list
order ordered list
description list
used to group a set of related items in no particular
unordered list
used to group a set of related items in a specific order
order ordered list
used to display name/value pairs such as terms and definitions
description list
tag is a block element used to create a table.
<table>
</table>
tag is used to create table rows.
<tr>
</tr>
tag is used to create data cells
<td>
</td>
The <frameset> Tag Attributes</frameset>
cols
rows
border
frameborder
framespacing
Specifies how many columns are contained in the frameset and the size of each column.
cols
This attribute works just like the cols attribute and takes the same values, but it is used to specify the -____ in the frameset.
rows
This attribute specifies the width of the border of each frame in pixels.
border
This attribute specifies whether a three-dimensional border should be displayed between frames.
frameborder
This attribute specifies the amount of space between frames in a frameset
framespacing
This attribute is used to give the file name that should be loaded in the frame.
src
It is used to indicate which frame a document should be loaded into.
name