p2 quiz Flashcards
(36 cards)
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
This attribute specifies whether or not the borders of that frame are shown
frameborder
This attribute allows you to specify the width of the space between the left and right of the frame’s borders and the frame’s content.
marginwidth
This attribute allows you to specify the height of the space between the top and bottom of the frame’s borders and its contents.
marginheight
used to divide your browser window into multiple sections where each section can load a separate HTML document.
HTML frames
you can resize any frame by clicking and dragging on the borders of a frame.
noresize
This attribute controls the appearance of the scrollbars that appear on the frame.
scrolling
This attribute allows you to provide a link to another page containing a long description of the contents of the frame.
longdesc
11 steps of task-centered design:
1.Figure Out Who’s Going to Use the System to Do What
2.Choose Representative Tasks for Task-Centered Design
3.Plagiarize
4 . Rough Out the Design
5.Think about It
6.Create a Mock-Up or Prototype
7.Test the Design with Users
8.Iterate
9.Build the Design
10.Track the Design
11.Change the Design
PRINCIPLES OF GOOD WEBSITE DESIGN
- WEBSITE PURPOSE
- SIMPLICITY
- NAVIGATION
- F-SHAPED PATTERN READING
- VISUAL HIERARCHY
- CONTENT
- GRID-BASED LAYOUT
- LOAD TIME
- MOBILE FRIENDLY