QUESTION 1
Write out the minimal structure of an (X)HTML document.
QUESTION 2
From the list below, assign true if the file name is an acceptable name for a web document, OR false if it is not. Be careful.
1. sunflower.html
2. index.doc
3. cooking home page.html
4. song_lyrics.html
5. games/rubix.html
6. %whatever.html
QUESTION 3
Planes of Web Design Planning: Select the item that does NOT belong in this set
A. Strategy
B. Contrast
C. Structure
D. Surface
QUESTION 4
All of the following markup examples are incorrect. In a sentence or two, describe what is wrong with each one, and then write it out correctly.
1. Congratulations
2. linked text
3. this is a new paragraph
4. - this is an unordered list item
5.
QUESTION 5
How would you mark up this comment in a CSS document so that it does not display in the browser window?
• begin ordered list
QUESTION 6
From the list below, assign true if the term is applicable to the Strategy Plane, OR false if it is not. Be careful.
1. Card Sorting
2. User Testing
3. Mimicry
4. Contextual Testing
5. Market Research
6. Stake Holders
QUESTION 7
How would you mark up this comment in an (X)HTML document so that it does not display in the browser window?
• product list begins here
QUESTION 8
Determining Target Audience: Select the item that is not used to craft a user persona:
A. Demographics
B. User Data
C. Psychographics
D. Subjective Language
QUESTION 9
Elements that Directly Support Brand Identity: Select the item that does NOT belong in this set
A. Logos
B. Typography
C. Conversion Rate
D. Color Palette
QUESTION 10
Discuss how CSS can provide styling information for almost any HTML element. Keep in mind the basic CSS elements, and specify several types and results that you may achieve with these elements.