R. Craig Collins >
Web Page Design >
Test Review 2
Test Review 2 ©
R. Craig Collins, 2005/6
Feel free to copy this to a word document and send it to me... I won't
give you the right answers necessarily, but I'll let you know where you still
need a little work.
Note: This test is a little more challenging
(Here are my Study Tips)
(Here are my Test Taking
Tips)
PS, The first part of the final will include the same information as Test 2.
I also suggest you Log into D2L, chooses Quizzes, then choose to take the
Practice Test.
- Lists
- Can you name the different types of lists?
- What tags are used in each type of list?
- Text Formatting
- What is a non-breaking space? How is it added to a web page, and what
does it do?
- What does <tt>text</tt>
do?
- What does <pre>text</pre>
do?
- Graphics
- Why use a background color, and background image?
Can you name the eight basic colors using hex (black, white, red, green, blue, purple, yellow, turquoise)
- What is the attribute to set the background color?
- What is the attribute to set the background image?
- What file types are supported?
- Which file format is best suited for photographs?
- Which file format is best suited for graphs?
- What are the three variations on gif? What do they do?
- How many colors may be used in gif?
- Which file format supports transparency?
- Which image attribute sets the width?
- Which image attribute sets the height?
- Which image attribute sets the text alternative?
- Paths
\
lab5
|
|----index.html
|
|----
pages
|
|- page1.htm
|
|- page2.htm
|
|- resume.htm
|
|
|----
images
|- pink_fabric.gif
|- yellow_fabric.gif
|- yourimage.jpg
- Example 1:
Web page saved in lab5
image1.gif saved in lab5
<img src=" ">
- Example 2:
Web page saved in lab5
image1.gif saved in lab5\images
<img src=" ">
- Example 3:
Web page saved in lab5\pages
image1.gif saved in lab5
<img src=" ">
- Example 4:
Web page saved in lab5\pages
image1.gif saved in lab5\images
<img src=" ">
- Example 5:
Web page saved in lab5
bg.jpg saved in http://tc.templejc.edu/dept/cis/ccollins/ITMED1x16
<img src=" ">
- Imape Maps
- Name the three types of hotspot
- ftp
- Tables
- What three tags are used to create tables?
- What tag creates the table?
- What tag creates the row?
- What tag divides the row into cells?
- What can you put in a cell?
- What attribute makes the border visible?
- What attribute makes the table a different size?
- What attribute makes the text go to the left, center, or right of the
detail?
- Code the following tick tac toe game: