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. HTML code elements should be in lower case except for the ____________ which is in upper case
stretch
definition
Miro Converter
document type
2. An HTML document consists of two parts: DOCTYPE ______ and document tree
|
JavaScript APIs
declaration
definition
3. 'http://www.yahoo.com/movies.html' is an example of a _____ path
bulleted
<ol>
Incorrect nesting
absolute
4. In the command: <li>bag of apples</li> the phrase 'bag of apples' is called the _____ of the element
Comment
Miro Converter
jQuery
content
5. The html element is the _____ element of the tree
Media Player
Aptana
root
blockquote
6. Character coding that has support for many alphabets including non-western ones
UTF-8
WebKit
metadata
document tree
7. Image type used for photographs and scans
specific tags
document tree
mp3
jpeg (jpg)
8. True or false: Heading tags are the preferred way to size text.
<meta charset="UTF-8">
audio/x-wave
Accessibility
false
9. Inline element that lets you identify text that can be formatted with CSS
natively
span
browsers
<ol>
10. Attribute used to provide "tooltips" when a user hovers the mouse over the element
browsers
definition
<!DOCTYPE html><html></html>
title
11. Always code the _____ attribute on the html element to identify the language of the page
<audio src="fileName.mp3"></audio>
title
lang
document tree
12. Syntax for html container
aac
protocol
placeholders
<!DOCTYPE html><html></html>
13. Command to attach an external JavaScript (called 'myscripts.js' to a web page
Markup
poster
<script src="myscripts.js"></script>
specific tags
14. 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
|
true
MIME
<img>
15. A ____ is a location on a page that can be linked to
placeholder
<meta charset="UTF-8">
alt="" empty (no space)
CSS
16. MIME type for a MPG/MPEG
<link rel="stylesheet" href="mystyles.css">
root
Comment
video/mpeg
17. Two parts of the _________: head and body
div
document tree
document type
<video src="fileName.mp4"></video>
18. Command to attach an external style sheet (called 'mystyles.css' to a web page
<link rel="stylesheet" href="mystyles.css">
true
QuickTime
MIME
19. _______________ are used to list terms and their descriptions
lang
Description lists
pipe
blockquote
20. 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
<video src="fileName.mp4"></video>
www.html5test.com
elements
21. Provides information about the contents of a web document
jQuery
metadata
validate
<meta charset="UTF-8">
22. The 5 top browers in order from best to worst in terms of their HTML5 ratings: Chrome - Opera - Firefox - Safari - _________
QuickTime
Internet Explorer (IE)
video/mpeg
samp
23. Syntax for html container
WebKit
<!DOCTYPE html><html></html>
article
FTP (File Transfer Protocol)
24. Chrome - Safari - Firefox and Internet Explorer are examples of _________
browsers
Closing tag
charset
class
25. HTML5's new elements are a _____ of HTML 4 elements which means older pages will continue to work in modern browsers
JavaScript
<a>
unordered
superset
26. The two main kinds of _______ in HTML: ordered and unordered
validate
lists
hgroup
deprecated
27. MIME type for a PDF
COder/DECoder
aac
application/pdf
hgroup
28. Chrome - Safari and the Android and iPhone mobile browsers are based on_______
content
WebKit
QuickTime
<embed>
29. HTML5's new elements are a _____ of HTML 4 elements which means older pages will continue to work in modern browsers
validate
superset
<video src="fileName.mp4"></video>
WebKit
30. Software components used to 'decode' video files so they may be played
document tree
<li>
codecs
<script src="myscripts.js"></script>
31. Tabs & line returns and extra spaces are ____
<audio src="fileName.mp3"></audio>
whitespace
Closing tag
jQuery
32. Command to attach an external JavaScript (called 'myscripts.js' to a web page
mp3
absolute
lang
<script src="myscripts.js"></script>
33. Four core HTML attributes: id - _____ - title - lang
Incorrect nesting
content
protocol
class
34. Browser's internal representation of a web page
DOM
MIME (Multipurpose Internet Mail Extensions)
test
document.write()
35. Tabs & line returns and extra spaces are ____
validate
audio/mpeg or audio/x-mpeg
attributes
whitespace
36. For images that are used solely for decoration - use this attribute - which is known as a ______ attribute
alt
document-relative
meta
alt="" empty (no space)
37. Six primary HTML5 semantic elements used for structuring a page (and are supported by the modern browsers): header - section - ______ - nav - aside - footer
span
<ul>
article
test
38. 'http://' is the _______ of a URL
lang
65
elements
protocol
39. Approximate max number of characters in a title element
Boolean
title
65
<meta charset="UTF-8">
40. <a> is an example of a(n) _______ element
WebKit
inline
Cross-browser compatibility
octothorpe
41. A MIME type describes the contents of a media file and helps a browser determine what to use to open it
<dt>
player
placeholder
<img>
42. Attribute values are delimited by ______
double quotes
document type
entities
<script src="myscripts.js"></script>
43. Five common attributes for an image tag: src - ____ - height - width - title
DOM
COder/DECoder
alt
document tree
44. A free text editor that can be used to edit HTML or CSS code
Media Player
Aptana
Internet Explorer (IE)
protocol
45. Six primary HTML5 semantic elements used for structuring a page (and are supported by the modern browsers): header - section - ______ - nav - aside - footer
MIME
<img>
specific tags
article
46. Technically a type of uniform resource identifier (URI) but in many technical documents and verbal discussions _______ is often used as a synonym for URI
<script src="myscripts.js"></script>
<ol>
URL
elements
47. Multiple attributes are separated by a(n) ______
nest
title
<meta charset="UTF-8">
space
48. Identify the error: <p>What's wrong now?<p> ________ does not have a '/'
specific tags
Boolean
document tree
Closing tag
49. Write a hyperlink - nested in a paragraph - that jumps to a placeholder with an id of 'top' on the same page as the link. The link should read "Return to top"....
<p><a href="#top">Return to top</a></p>
Incorrect nesting
Miro Converter
root
50. You should use ____ to control the space between block elements
CSS
<!DOCTYPE html><html></html>
true
<dt>