with 70 Multiple Choice Questions and Verified Answers Latest Updated
1. What is a characteristic of a web page with responsive design?
a a a a a a a a a a
A) The ability to react to user events
a a a a a a
B) A measure of the page load speed
a a a a a a
C) The ability to resize to the screen size
a a a a a a a
D) A measure of the page close speed: The ability to resize to the screen size
a a a a a a a a a a a a a a
2. Which language provides dynamic content for a web page across allbrowsers
a a a a a a a a a a a
?
A) XML
B) JavaScript
C) HTML5
D) XHTML: JavaScript a
3. Which type of content should use an <aside>?
a a a a a a a
A) News feeds a
B) Site copyrights
a
C) Headlines
1a/a14
,D) Navigation menus: News feeds a a a
4. Which element should a developer use for a bulleted list?
a a a a a a a a a
A) <ul>
B) <ol>
C) <dl>
D) <p>: <ul> a
5. What does an HTML5 code validator confirm about code?
a a a a a a a a
A) It contains no warnings.
a a a
B) It works in every browser.
a a a a
C) It complies with a standard.
a a a a
D) It follows best practices.: It complies with a standard.
a a a a a a a a
6. A web developer needs to play an audio file endlessly.The developer writesthe followi
a a a a a a a a a a a a a a
ng HTML code:
a a
<audio>
<source src = "media/audio.ogg" type="audio/ogg" />
a a a a a
</audio>
Which attribute should this developer use?
a a a a a
A) controls
2a/a14
,B) autoplay
C) loop
D) src: loop
a
7. Which attribute is used to display an image inside a <video> element beforethe video s
a a a a a a a a a a a a a a a
tarts playing?
a
A) src
3a/a14
, B) img
C) type
D) poster: poster
a
8. Which style sheet code defines the 18-pixel Arial font for all level twoheaders?
a a a a a a a a a a a a a
A) h2
{
font-family-: Arial; font-weight: 18px; }
a a a a
B) .h2
{
font-name: Arial; font-size: 18px; }
a a a a
C) h2
{
font-family: Arial; font-size: 18px; }
a a a a
D) .h2
{
font-name: Arial; font-weight:18px; }: h2
a a a a
{
font-family: Arial; font-size: 18px; }
a a a a
4a/a14