Real Exam and Study Guide Exam with 100+ Questions and Verified Rationalized
Answers Grade A+
1. What is a characteristic of a web page with responsive design?: The abilityto re
h h h h h h h h h h h h h h
size to the screen size
h h h h
2. Which language provides dynamic content for a web page across allbro
h h h h h h h h h h h
wsers?: JavaScript
h
3. Which type of content should use an <aside>?: News feeds
h h h h h h h h h
4. Which element should a developer use for a bulleted list?: <ul>
h h h h h h h h h h
5. What does an HTML5 code validator confirm about code?: It complies with astan
h h h h h h h h h h h h h
dard
6. A web developer needs to play an audio file endlessly.
h h h h h h h h h
The developer writes the following HTML code:
h h h h h h
<audio>
<source src = "media/audio.ogg" type="audio/ogg" />
h h h h h
</audio>
1h/h10
,Which attribute should this developer use?: loop
h h h h h h
7. Which attribute is used to display an image inside a <video> element beforethe v
h h h h h h h h h h h h h h
ideo starts playing?: poster
h h h
8. Which style sheet code defines the 18-
h h h h h h
pixel Arial font for all level twoheaders?: h2 {
h h h h h h h h h
font-family: Arial; font-size: 18px;
h h h
}
9. Given the following CSS code:
h h h h
body { h
color : white;
h h
}
Which part of an element is affected by the color property?: Text
h h h h h h h h h h h
10. What should be added first when embedding CSS in a single web page asan in
h h h h h h h h h h h h h h h
ternal style sheet?: A <style> element to the <head> section
h h h h h h h h h
11. What is the first character a developer should use for an id selector inCSS
h h h h h h h h h h h h h h
2h/h10
, ?: # h
12. A developer has an image that needs to remain in the same place when thepage
h h h h h h h h h h h h h h h
h is scrolled.
h
Which CSS positioning scheme should this developer use?: Fixed
h h h h h h h h
3h/h10