complete solution 2025
What is a characteristic of a web page with responsive design?
The ability to react to user events
A measure of the page load speed
The ability to resize to the screen size
A measure of the page close speed - correct answer The ability to resize to
the screen size
Which language provides dynamic content for a web page across all
browsers?
XML
JavaScript
HTML5
XHTML - correct answer JavaScript
Which type of content should use an <aside>?
News feeds
Site copyrights
Headlines
Navigation menus - correct answer News feeds
, Which element should a developer use for a bulleted list?
<ul>
<ol>
<dl>
<p> - correct answer <ul>
What does an HTML5 code validator confirm about code?
It contains no warnings.
It works in every browser.
It complies with a standard.
It follows best practices. - correct answer It complies with a standard.
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?
controls
autoplay