1. Which of the following are web primary colors? |
Red, Blue, Black |
Red, Yellow, Blue |
Red, Green, Blue |
Blue, Yellow, Green
|
2. What does typography deal with? |
Types of graphs |
Text |
Typewriters |
Graphics
|
3. Which file format should you save a full color photograph in? |
GIF |
BMP |
JPG |
TXT
|
4. Colors in your site |
should be as colorful as possible |
must be warm and vibrant |
must be cool and dull |
should follow a color scheme
|
5. Color on different pages |
should be kept different |
must be exactly the same |
should follow the color scheme |
must follow the your preference
|
6. What colors are best for background and text |
Both light colors |
Both dark colors |
Both contrasting colors |
Both very colorful
|
7. Leading is |
the vertical space between text |
the horizontal space between words |
the space from paragraph to paragraph |
the space from text to the side of the screen
|
8. A splash page is |
the index page |
the page prior to the main page |
the main page |
a sub-page
|
9. Which of the following is a sans-serif font? |
Verdana |
Times New Roman |
Georgia |
Rockwell
|
10. What is the hexadecimal code for the color white? |
#111111 |
#FFFFFF |
#000000 |
#999999
|
11. Which format offers transparency in all browsers? |
GIF |
JPG |
PNG |
BMP
|
12. If you wanted to add a photo to your Web page, what would the code look like? |
<img="http://mysite.com/photo.gif"> |
<img src="http://mysite.com/photo.gif"> |
<a href="http://mysite.com/photo.gif"> |
Noneofthese
|
13. . If you want to add a link to your photo so when someone clicks on the photo it takes them to another page, what would the code look like? |
a href="http://address_of_page.com"><img src="http://mysite.com/photo.gif"></a> |
<img src="http://mysite.com/photo.gif""http://address_of_page.com"> |
<a href="http://address_of_page.com""http://mysite.com/photo.gif"> |
Noneofhese
|
14. If you wanted to add a link to your photo and have text with it that is also part of the link, what would the code look like? |
<a href="http://address_of_page.com""http://mysite.com/photo.gif">Text for link goes here.</a> |
<img src="http://mysite.com/photo.gif""http://address_of_page.com">Text for link goes here. |
<a href="http://address_of_page.com"><img src="http://mysite.com/photo.gif" align="left" border="0">Text for link goes here.</a> |
Noneofthese
|
15. If you want to add a link to your photo and you want to add text, but you don't want the text to be part of the link, what would the code look like? |
<img src="http://mysite.com/photo.gif""http://address_of_page.com">Text goes here. |
<a href="http://address_of_page.com"><img src="http://mysite.com/photo.gif" align="left" border="0"></a>Text goes here. |
<a href="http://address_of_page.com""http://mysite.com/photo.gif">Text goes here.</a> |
Noneofthese
|
16. What if you want a frame around your photo, what would the code look like? |
<img src="http://address_of_graphic.gif" frame="2"> |
<img src="http://address_of_graphic.gif" border="2"> |
<img src="http://address_of_graphic.gif" border="0"> |
Noneofhese
|
17. You want your photo on the right side of the page, how would your code look? |
<img src="http://address_of_graphic.gif" align="right"> |
<img src="http://address_of_graphic.gif" align="left"> |
<img src="http://address_of_graphic.gif" right_align> |
Noneofthese
|
18. You want to add space between your text and your code, what does that code look like? |
<img src="http://address_of_graphic.gif" aspace="5"> Text goes here |
<img src="http://address_of_graphic.gif" space="5"> Text goes here |
<img src="http://address_of_graphic.gif" hspace="5"> Text goes here |
Noneofthese
|
19. You want your photo on the left side of the page, how would your code look? |
<img src="http://address_of_graphic.gif" align="left"> |
<img src="http://address_of_graphic.gif" align="right"> |
<img src="http://address_of_graphic.gif" left_align> |
Noneofhese
|
20. You want your photo to have text above it, how would your code look? |
<img src="http://address_of_graphic.gif" align="bottom"> |
<img src="http://address_of_graphic.gif" align="top"> |
<img src="http://address_of_graphic.gif" bottom_align> |
Noneofthese
|