SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Html5 Basics
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. 'http://' is the _______ of a URL
alt
definition
XHTML
protocol
2. A ____ is a location on a page that can be linked to
COder/DECoder
alt="" empty (no space)
aac
placeholder
3. An HTML element that only has one tag (such as img or br) is sometimes known as a _______ tag
document-relative
singleton
<script src="myscripts.js"></script>
www.html5test.com
4. Three common attributes for the meta tag: _____ - name and content
charset
metadata
WebKit
Theora
5. 'http://www.yahoo.com/movies.html' is an example of a _____ path
article
absolute
UTF-8
Theora
6. Extension used for a custom icon
placeholders
UTF-8
ico
audio/x-wave
7. Approximate max number of characters in a title element
Comment
semicolon(;)
meta
65
8. Regarding media for a web page: If you are having trouble getting the <object> & <param> elements to work properly - ______ is supported by HTML5 and may be a useful alternative
Flash Player
deprecated
metadata
<embed>
9. An unordered list is often called a ____ list
<video src="fileName.mp4"></video>
bulleted
superset
blockquote
10. Provides information about the contents of a web document
content
metadata
Miro Converter
content
11. MIME type for a WAV
charset
Internet Explorer (IE)
audio/x-wave
natively
12. Technically a type of uniform resource identifier (URI) but in many technical documents and verbal discussions _______ is often used as a synonym for URI
lang
URL
65
Boolean
13. True or false: Heading tags are the preferred way to size text.
false
lang
specific tags
COder/DECoder
14. An element without content or a closing tag
whitespace
<meta charset="UTF-8">
browsers
empty tag
15. The 5 top browers in order from best to worst in terms of their HTML5 ratings: Chrome - Opera - Firefox - Safari - _________
WebKit
WebKit
Internet Explorer (IE)
audio/mpeg or audio/x-mpeg
16. MIME type for a MPG/MPEG
alt="" empty (no space)
sub
ico
video/mpeg
17. Three common video codecs: H.264 - _____ - VP8
Theora
Comment
JavaScript
png
18. Two common examples of ________: <br> and <img>
empty tags
description
span
WebKit
19. Software components used to 'decode' video files so they may be played
URL
codecs
space
specific tags
20. When you use the ____ element for media - you code all parameters as _____ - not as <param> elements
mp3
attributes
Boolean
JavaScript
21. Command to establish the characters that compose a page
whitespace
<meta charset="UTF-8">
empty tag
class
22. 'images/logo.gif' is an example of a ____ path
meta
debug
www.html5test.com
document-relative
23. Links that jump to a location on the same page use _____ - created with the <a> element with the id attribute
placeholders
article
<p><a href="#top">Return to top</a></p>
DOM
24. Easiest way to add audio to an HTML5 page
<audio src="fileName.mp3"></audio>
<dt>
whitespace
<video src="fileName.mp4"></video>
25. <a> is an example of a(n) _______ element
alt
space
elements
inline
26. Essential coding language in HTML5
Incorrect nesting
MIME (Multipurpose Internet Mail Extensions)
JavaScript
bulleted
27. If an <a> element links to a media file - the browser tries to display or play it by using the right media player. To help the browser find the right one - you can use the type attribute to specify a ____ type
empty tags
div
MIME
protocol
28. Attribute values are delimited by ______
blockquote
Incorrect nesting
debug
double quotes
29. Four other HTML5 semantic elements: _____ - time - figure - figcaption
root
hgroup
<audio src="fileName.mp3"></audio>
unordered
30. Identify the error: <p>We <i>love the web</p></i> __________: the <i> pair must be fully enclosed in the <p> pair
Incorrect nesting
<script src="myscripts.js"></script>
<li>
double quotes
31. You should use ____ to control the space between block elements
true
DOM
root
CSS
32. To say that a browser "_______" supports a media type means that the browser doesn't require a plug-in for it.
true
natively
empty tags
<script src="myscripts.js"></script>
33. Six primary HTML5 semantic elements used for structuring a page (and are supported by the modern browsers): header - section - ______ - nav - aside - footer
article
Closing tag
empty tag
validate
34. 3 core technologies in HTML5 ________ - JavaScript APIs - and CSS
Boolean
space
Markup
protocol
35. In the code for a video element - the _____ attribute lets you specify an image file to be used as a static image in place of the video that would otherwise begin playing automatically.
poster
UTF-8
Boolean
description
36. An open source browser engine
DOM
WebKit
whitespace
document tree
37. Making sure a page looks good on multiple browsers of various vintages
Incorrect nesting
Cross-browser compatibility
samp
<audio src="fileName.mp3"></audio>
38. HTML5's new elements are a _____ of HTML 4 elements which means older pages will continue to work in modern browsers
application/pdf
JavaScript APIs
superset
elements
39. HTML code elements should be in lower case except for the ____________ which is in upper case
class
document type
entities
browsers
40. Two parts of the _________: head and body
<embed>
article
document tree
protocol
41. Command to attach an external JavaScript (called 'myscripts.js' to a web page
document.write()
rendering
<script src="myscripts.js"></script>
DOM
42. Command to establish the characters that compose a page
Boolean
lang
<meta charset="UTF-8">
Markup
43. Three elements used to make descriptions lists: <dl> - _____ - <dd>
true
specific tags
JavaScript APIs
<dt>
44. Running an HTML file on all of the browsers you may use: ______ an HTML file
semicolon(;)
WebKit
test
DOM
45. MIME type for a MP3
validate
audio/mpeg or audio/x-mpeg
metadata
codecs
46. To display special characters (often those without keyboard values - such as a 'smiley') - use character _____
entities
true
FTP (File Transfer Protocol)
JavaScript
47. Three image formats supported by most browsers: jpeg (jpg) - gif - _____
png
Internet Explorer (IE)
whitespace
WebKit
48. Symbol often used to delimit phrases within a title tag's content
|
<!DOCTYPE html><html></html>
MIME (Multipurpose Internet Mail Extensions)
true
49. Write a hyperlink - that jumps to a placeholder with an id of 'top' on the home page of the site (assume you are not on that page now). The link should read "Return to Home"....
<a href="index.html#top">Return to Home</a>
<img>
Miro Converter
stretch
50. True or false: Heading tags are the preferred way to size text.
placeholders
false
WebKit
Miro Converter