What is the role of JavaScript in the web trifecta - ANSWER A programming language
that provides the ability to create more powerful interactivity. The more complex and rich an
interface becomes, the more likely this language is used.
Given the following CSS rule, how big is the margin across the bottom of the affected para-
graph (<p>...</p>) element? - ANSWER 75px
How can APIs be invoked? - ANSWER Both A and B
A - By HTML commands
B - By a call in JS code
What does the HTML5 Drag and Drop API manage - ANSWER The passage of infor-
mation when the end user drags and drops files into specific areas on a web page
What is the purpose of the label attribute in the <track> element? - ANSWER To indi-
cate which language that subtitle set is for
How does a style guide help the developer?
It helps - ANSWER It helps the developer create the intended branding on every page
of the website
What standards should an effective style guide establish? - ANSWER Both standards
for typography and image usage and editorial standards, including compliance to a broad
manual style and brand-specific exceptions
1