Goto Introduction Page
learn html
design 1
design 2
design 3
tricks 1
tricks 2
images
tables 1
tables 2
templates
critiques
tools
links
glossary
f.a.q.
quiz
tutorial 1
tutorial 2
video tutorial
form mail tutorial
angelfire tutorial
sound tutorial


DESIGN QUIZ
Test Your HTML Skills

computer     We have created this Design Quiz for fun but also to help you learn better webpage design practices! Please answer ALL the questions and click the Send It button... you will then receive a Link to our ANSWER PAGE! We will be changing these questions from time to time so please come back and take the Quiz again! Thank You and Good Luck! (You MUST answer ALL the questions... if you don't know, try GUESSING)

    Please CHECK only one box for each question! We suggest that you write your answers on a piece of paper to compare with our ANSWER PAGE

1. When is a Doctype tag required?
A. It's always required for good page design
B. When a document is submitted for Validation
C. On legal documents
D. It's not required for all webpage design
 
2. What does HTML stand for?
A. Hyperlink Marking Language
B. Hypertext Marking Language
C. Hyperlink Markup Language
D. Hypertext Markup Language
 
3. Which of the following tags are NOT depreciated for HTML 4.0?
A. <p>
B. <center>
C. <font>
D. <u>
 
4. Which is the recommended way to link to a page about "Poems"? (Link is underlined)
A. Click Here to goto our Poems page
B. Please goto our Poems page
C. Visit our Poems page
D. To goto our Poems page Click Here
 
5. Which SYNTAX is correct HTML 4.0?
A. <img src="URL">data</img>
B. <img src="URL">
C. <img src="URL" width="100" height="100" alt="descriptive text">
D. <image src="URL" height="100" width="100">
 
6. Why is specifying FONT properties with the FONT tag considered poor design?
A. Because users can set their own preferences for font properties and should not be compromised
B. Because the font tag is depreciated in HTML 4.0
C. Because users may not have the fonts that you specify installed on their system
D. Because fonts are unreliable and can cause some systems to freeze-up
 
7. Which of the following tags does NOT have a closing tag?
A. <hr>
B. <p>
C. <blockquote>
D. <div>
 
8. Which TABLE code is correct?
A. <table><td><tr>data</tr></td></table>
B. <tr><table><td>data</td></table></tr>
C. <table><tr><td>data</td></tr></table>
D. <td><tr><table>data</table></tr></td>
 
9. Which is TRUE?
A. An inline level element can contain a block level element
B. A block level element can contain as many inline level elements as desired
C. An inline level element cannot contain another inline level element
D. A block level element cannot contain another block level element
 
10. Which is WRONG?
A. Use images sparingly to keep load time down
B. Always use a title for a webpage
C. Always provide good navigation links for a webpage
D. Never use a mailto: link, instead use a form mail script
 
Thank You, now Click this Button...
 

F. A. Q.---Tutorial 1