120 likes | 195 Views
Web Design Exam Review. What is this?. In this exercise you’ll be Allysa , a candidate for a web design position at GloboWeb .
E N D
What is this? In this exercise you’ll be Allysa, a candidate for a web design position at GloboWeb. GloboWeb firmly believes in well formed, properly executed code in all their websites. These question are meant to determine if Allysa knows what she’s talking about…for real.
Challenge&Choice What tag creates a simple line break? <p></p> <br/> <div></div>
ChoiceA <p></p> Incorrect you shouldhave chosen the <br /> tag for a line break, the <p> tag will create a paragraph break
ChoiceB <br /> Yes this is correct, <br /> creates a simple line break. <p> is for paragraphs and <div> is for a new division of the page.
ChoiceC <div></div> Incorrect you shouldhave chosen the <br /> tag for a line break, the <div> tag, though it will create a line break, is meant for a division of the page
New Topic Ok…you’ve made it through question #1…Did you get it right? The interviewers at GloboWeb won’t be hiring Allysa if she gets more than 2 of these questions wrong. No second chances.
Challenge&Choice It’s ok to start with an <h2> on a document, rather than <h1> True, <h1> might be too big False, heading tags should be used in order It depends on the situation
ChoiceA True, <h1> might be too big Incorrect, heading tags should be used in their proper order because…
ChoiceB False, heading tags should be used in order Correct, in well formed xhtml headings are used in the proper order
ChoiceC It depends on the situation Incorrect, in well formed xhtml headings are always used in the proper order
End The End. Thank you for your time…we’ll let you know… Press ESC to Quit Click the button below to try again