with responsive design?
JavaScript - ANSWER Which language provides dynamic content for a web page across
all browsers?
News feeds - ANSWER Which type of content should use an <aside>?
<ul> - ANSWER Which element should a developer use for a bulleted list?
It complies with a standard - ANSWER What does an HTML5 code validator confirm
about code?
Loop - ANSWER A web developer needs to play an audio file endlessly.
The developer writes the following HTML code:
<audio>
<source src = "media/audio.ogg" type="audio/ogg" />
</audio>
Which attribute should this developer use?
1
, poster - ANSWER Which attribute is used to display an image inside a <video> element
before the video starts playing?
h2
{ font-family: Arial; font-size: 2em;} - ANSWER Which style rule correctly defines the
2em Arial font for all level two heading elements?
Text - ANSWER Given the following CSS code:
body {
color : white;
}
Which part of an element is affected by the color property?
A <style> element to the <head> section - ANSWER What should be added first when
embedding CSS in a single web page as an internal style sheet?
# - ANSWER What is the first character a developer should use for an id selector in
CSS?
Fixed - ANSWER A developer has an image that needs to remain in the same place
when the page is scrolled.
Which CSS positioning scheme should this developer use?
padding-left:2px; - ANSWER A developer needs two pixels of space on the left side of
content relative to the border
2