HTML Flashcards
Which HTML tag is a container for metadata?
head
Which HTML tag is used to specify multiple media resources for media elements?
source
Which HTML structure tag defines a thematic grouping of content, typically with a heading?
section
Which HTML structure tag defines content indirectly related to the surrounding content?
aside
Which HTML structure tag defines the bottom of the web page or a section of content?
footer
Which HTML tag is used to show a video on a web page?
video
What process ensures that your code complies with standards?
validation
What is an open-source media file format designed for streaming video on the Web?
WebM
Why is it important to validate your code and correct all errors?
you have a better chance of your pages rendering as you expect and to a larger audience
What file type provides a standard format for sound files on Windows-based computers?
WAV
What file type provides a standard format for music files sent over the Internet?
MP3
Which portion of this code is the tag?
<video controls=”controls” poster=”image.png”>
Your browser does not support the video element.
</video>
<video></video>
Which portion of this code is the attribute?
<audio controls=”controls”>
Your browser does not support the video element.
</audio>
controls=”controls”
Which element is used to create a bulleted list?
ul
Which element is used to create an ordered list?
ol
Why is it important to understand what goes on behind the GUI of a Web editor?
You will be able to troubleshoot code issues when the GUI Web editor fails.
Which HTML 4.01 flavor required the separation of presentation and content?
HTML 4.01 Strict
What attribute prevents the first frame of the video from displaying while the video is downloading?
poster attribute
What can be used to create apps for mobile devices?
HTML5 APIs