& ANSWERS NEWEST ACTUAL EXAM STUDY THIS ONE
<!DOCTYPE> - CORRECT ANSWERS-What is the first tag in an HTML document that informs
the browser which version of HTML the Web page is written in?
HTML (Hypertext Markup Language) - CORRECT ANSWERS-What is the traditional authoring
language used to develop Webpages for many applications?
CSS (Cascading Style Sheets) - CORRECT ANSWERS-Which language is used describes how
HTML elements are to be displayed?
You will be able to troubleshoot code issues when the GUI Web editor fails. - CORRECT
ANSWERS-Why is it important to understand what goes on behind the GUI of a Web editor?
HTML 4.01 Strict - CORRECT ANSWERS-Which HTML 4.01 flavor required the separation of
presentation and content?
poster attribute - CORRECT ANSWERS-What attribute prevents the first frame of the video
from displaying while the video is downloading?
HTML5 APIs - CORRECT ANSWERS-What can be used to create apps for mobile devices?
True - CORRECT ANSWERS-True or False: HTML5 APIs use fewer resources than a proprietary
browser plug-in does, such as battery power and CPU memory
JavaScript - CORRECT ANSWERS-Which language is used to create dynamic, interactive
capabilities?
HTML5 - CORRECT ANSWERS-Which is the latest version of HTML under development by the
W3C?
, XHTML - CORRECT ANSWERS-Which version of HTML incorporates the strict syntax rules of
XML with the existing set of HTML 4.01 tags to create Web documents?
HTML 4.01 - CORRECT ANSWERS-Which version of HTML had three distinct variants that
ensured that you could use the specification and still remain backward-compatible with older Web
browsers?
Responsive Web Design (RWD) - CORRECT ANSWERS-What is a web design approach to
create sites that adapt to many different devices?
user agent - CORRECT ANSWERS-What does the W3C call any application, such as a Web
browser or help engine, that renders HTML for display to users?
WebM - CORRECT ANSWERS-What is an open-source media file format designed for
streaming video on the Web?
<audio> - CORRECT ANSWERS-Which HTML tag is used to play an audio file on a web page?
<source> - CORRECT ANSWERS-Which HTML tag is used to specify multiple media resources
for media elements?
autoplay="autoplay" - CORRECT ANSWERS-which HTML attribute specifies that the video will
automatically play immediately upon loading?
loop="loop" - CORRECT ANSWERS-Which HTML attribute specifies that the audio or video file
will play over and over again without stopping?
controls="controls" - CORRECT ANSWERS-Which HTML attribute specifies that the audio or
video file has the ability to play, pause, rewind and adjust volume?
poster="file.jpg" - CORRECT ANSWERS-Which HTML attribute identifies an image to be
displayed until the play button is clicked or while a video is downloading?