HTML5 Flashcards
Which two elements are for marking up superscript and subscript?
and
What is the correct HTML for making a text area?
The tag
Which structural element defines the bottom of a webpage and includes often site copyright, owner, contact info?
The
Why is the role of the doctype declaration?
To inform the browser about the HTML version being used in order to correctly interpret and render the markup.
What is the role of JavaScript in the web trifecta?
JavaScript allows the control of the behaviour of the website.
What are the four typical attributes for the element?
- Height
- Width
- Autoplay (play on page load)
- Controls (play, pause, volume, etc.)
What streaming, digital multimedia format is used to store video, audio, subtitles, and still images?
mp4
Which type of error is parsed by the browser and will still render?
Syntax errors
Which input type defines a slider control?
range
What defines the file type, such as text or video, and the extension, such as css or mp4, for a browser or user agent?
Multipurpose Internet Mail Extensions (MIME)
What is the child element of a element?
The element, the location of the video file.
Type= may be:
- mp4
- Ogg
- QuickTime
- WebM
- MPEG
What is the role of HTML in the web trifecta?
HTML creates the actual elements on a web page that can be assigned style and behaviour.
Graphics defined by SVG is in which format?
XML
What is an open-sourced audio and video format used for streaming digital multimedia?
Ogg.
What is the role of CSS in the web trifecta?
CSS allows the manipulation of how HTML elements appear.
What is a user agent?
What the W3C calls any application, such as browser or help engine, that renders HTML for display to users.
What file type provides a standard format for sound files on Windows-based computers?
WAV
Which attribute tells the player to restart a video as soon as it ends?
The loop attribute.
Which version of HTML incorporates the strict syntax rules of XML with the existing set of HTML 4.01 tags to create web documents?
XHTML
Which error describes improperly written code that does not accomplish what you intend for it to do?
Logic error.