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. If you don't specify the MIME type for a file - it will be opened in the browser's _____ media player for that media type
video/mpeg
default
href
application/pdf
2. 'http://www.yahoo.com/movies.html' is an example of a _____ path
title
absolute
meta
Internet Explorer (IE)
3. Version of HTML that preceded HTML5
Internet Explorer (IE)
XHTML
validate
alt
4. Image type used for high quality (many colors - gradients) where transparency is required
<video src="fileName.mp4"></video>
metadata
png
space
5. Technically a type of uniform resource identifier (URI) but in many technical documents and verbal discussions _______ is often used as a synonym for URI
Comment
nest
URL
Cross-browser compatibility
6. A ____ is a location on a page that can be linked to
metadata
content
space
placeholder
7. To see if an HTML file passes a standard of compliance ________ an HTML file
validate
alt
<video src="fileName.mp4"></video>
<a>
8. Tag used for metadata
<link rel="stylesheet" href="mystyles.css">
poster
meta
samp
9. An unordered list is often called a ____ list
root
elements
bulleted
JavaScript
10. Div and span elements should only be used when more ________ don't apply
natively
specific tags
title
Markup
11. An open source browser engine
png
WebKit
65
validate
12. Syntax for html container
FTP (File Transfer Protocol)
superset
protocol
<!DOCTYPE html><html></html>
13. HTML5's new elements are a _____ of HTML 4 elements which means older pages will continue to work in modern browsers
gif
Markup
superset
<li>
14. Command to attach an external style sheet (called 'mystyles.css' to a web page
<link rel="stylesheet" href="mystyles.css">
UTF-8
span
div
15. 3 core technologies in HTML5 ________ - JavaScript APIs - and CSS
href
test
Markup
<p><a href="#top">Return to top</a></p>
16. For images that are used solely for decoration - use this attribute - which is known as a ______ attribute
<!DOCTYPE html><html></html>
true
alt="" empty (no space)
debug
17. A free product that can convert one type of media to another
absolute
Miro Converter
class
singleton
18. Safari and Chrome both use the Webkit _______ engine
metadata
title
<li>
rendering
19. Making sure a page looks good on multiple browsers of various vintages
metadata
article
URL
Cross-browser compatibility
20. Two parts of the _________: head and body
<embed>
WebKit
document tree
double quotes
21. Character coding that has support for many alphabets including non-western ones
superset
<embed>
validate
UTF-8
22. An open source browser engine
blockquote
<audio src="fileName.mp3"></audio>
entities
WebKit
23. Block element that lets you divide a page into divisions that can be formatted and positioned with CSS
div
double quotes
whitespace
Description lists
24. Browser's internal representation of a web page
aac
<embed>
<!DOCTYPE html><html></html>
DOM
25. An element without content or a closing tag
root-relative
empty tag
Description lists
declaration
26. 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>
placeholders
false
declaration
27. Command to attach an external JavaScript (called 'myscripts.js' to a web page
true
article
lists
<script src="myscripts.js"></script>
28. 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>
<meta charset="UTF-8">
attributes
Theora
29. Command to attach an external style sheet (called 'mystyles.css' to a web page
<!DOCTYPE html><html></html>
<link rel="stylesheet" href="mystyles.css">
poster
alt
30. Chrome - Safari and the Android and iPhone mobile browsers are based on_______
Markup
Closing tag
debug
WebKit
31. Three tags for special types of text: pre - ______ - address
WebKit
space
default
blockquote
32. Useful site to check a browser's current ratings
www.html5test.com
true
Boolean
document.write()
33. A free text editor that can be used to edit HTML or CSS code
lang
default
favicon
Aptana
34. Five inline elements for formatting text: i - b - ____ - sup - br
sub
title
title
alt
35. description terms (<dt>) can only contain text and ______ elements
audio/x-wave
application/pdf
inline
default
36. A very important element in the head of a page that provides search engine information
MIME
octothorpe
root
title
37. ________ structure <!-- blah blah blah -->
root
div
Comment
<script src="myscripts.js"></script>
38. Command to establish the characters that compose a page
root
XHTML
meta
<meta charset="UTF-8">
39. The '#' symbol is called the pound or hash or number symbol; it's fancy name is ______
Incorrect nesting
octothorpe
false
Closing tag
40. Image type used for small illustrations and logos
gif
CSS
document.write()
WebKit
41. _______________ are used to list terms and their descriptions
Accessibility
Description lists
metadata
root
42. True or false: charset metadata is required for HTML5 validation
content
Internet Explorer (IE)
span
true
43. Apple's plug-in for video
QuickTime
WebKit
title
Comment
44. Attribute used to provide "tooltips" when a user hovers the mouse over the element
<meta charset="UTF-8">
<audio src="fileName.mp3"></audio>
player
title
45. Windows' plug-in for video
Closing tag
<embed>
Media Player
WebKit
46. In the command: <li>bag of apples</li> the phrase 'bag of apples' is called the _____ of the element
document tree
alt
content
blockquote
47. An HTML element that only has one tag (such as img or br) is sometimes known as a _______ tag
article
double quotes
<ul>
singleton
48. One of the most widely-used media types for audio
aac
hgroup
mp3
<meta charset="UTF-8">
49. Description lists were called _____ lists in HTML4 - but they were renamed because you can code more than one <dd> element for each <dt> element
definition
player
title
inline
50. To display special characters (often those without keyboard values - such as a 'smiley') - use character _____
entities
alt
elements
Internet Explorer (IE)