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. Running an HTML file on all of the browsers you may use: ______ an HTML file
test
validate
<ol>
audio/mpeg or audio/x-mpeg
2. Tag for unordered lists
Closing tag
<ul>
<li>
rendering
3. Browser's internal representation of a web page
video/mpeg
DOM
Closing tag
Accessibility
4. <input type="checkbox" name="mailList" checked> In this element 'checked' is a _____ attribute
<li>
Boolean
sub
class
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
placeholders
URL
hgroup
XHTML
6. Tag used for metadata
description
favicon
meta
<ul>
7. Multiple attributes are separated by a(n) ______
space
placeholder
<embed>
MIME (Multipurpose Internet Mail Extensions)
8. Using the _____ element is a good way to display YouTube videos in your web pages
<embed>
alt
stretch
<link rel="stylesheet" href="mystyles.css">
9. Safari and Chrome both use the Webkit _______ engine
alt="" empty (no space)
alt
rendering
document-relative
10. The 5 top browers in order from best to worst in terms of their HTML5 ratings: Chrome - Opera - Firefox - Safari - _________
document tree
div
charset
Internet Explorer (IE)
11. An element without content or a closing tag
empty tag
Internet Explorer (IE)
<ol>
Incorrect nesting
12. 'http://' is the _______ of a URL
MIME (Multipurpose Internet Mail Extensions)
protocol
Internet Explorer (IE)
specific tags
13. In the command: <li>bag of apples</li> the phrase 'bag of apples' is called the _____ of the element
case sensitive
player
content
jpeg (jpg)
14. An HTML document consists of two parts: DOCTYPE ______ and document tree
Closing tag
|
declaration
gif
15. Birthed in 2005 - this language was created to expedite web development and is central to making web pages look good on mobile devices
jQuery
poster
empty tag
<ol>
16. MIME type for a MPG/MPEG
test
video/mpeg
rendering
FTP (File Transfer Protocol)
17. Command to establish the characters that compose a page
<meta charset="UTF-8">
<script src="myscripts.js"></script>
JavaScript APIs
article
18. Command to establish the characters that compose a page
Comment
<link rel="stylesheet" href="mystyles.css">
entities
<meta charset="UTF-8">
19. It refers to an official Internet standard that specifies how messages must be formatted so that they can be exchanged between different email systems. It is a very flexible format - permitting one to include virtually any type of file or document in
Incorrect nesting
empty tags
MIME (Multipurpose Internet Mail Extensions)
WebKit
20. To see if an HTML file passes a standard of compliance ________ an HTML file
<a href="index.html#top">Return to Home</a>
test
validate
root
21. The two main kinds of _______ in HTML: ordered and unordered
lists
case sensitive
Aptana
validate
22. Five inline elements for formatting text: i - b - ____ - sup - br
Aptana
sub
UTF-8
Flash Player
23. Safari and Chrome both use the Webkit _______ engine
Internet Explorer (IE)
65
rendering
protocol
24. ________ structure <!-- blah blah blah -->
Comment
content
elements
empty tags
25. A ____ is a location on a page that can be linked to
attributes
placeholder
empty tag
placeholders
26. The height and width attributes may be used to '________' an image to a given dimension.
document.write()
Aptana
stretch
browsers
27. When you use the ____ element for media - you code all parameters as _____ - not as <param> elements
Aptana
poster
attributes
www.html5test.com
28. Command to attach an external style sheet (called 'mystyles.css' to a web page
<link rel="stylesheet" href="mystyles.css">
WebKit
Comment
rendering
29. Image type used for small illustrations and logos
WebKit
poster
gif
alt
30. An HTML element that only has one tag (such as img or br) is sometimes known as a _______ tag
MIME
singleton
gif
Comment
31. 'codec' stands for ______
COder/DECoder
article
space
document.write()
32. One of the most common media types and is also the encoding standard for audio; currently used on all Apple products
true
whitespace
aac
whitespace
33. _____ refers to the qualities that make a web site accessible to users especially disabled users
document type
<video src="fileName.mp4"></video>
whitespace
Accessibility
34. Description lists were called _____ lists in HTML4 - but they were renamed because you can code more than one <dd> element for each <dt> element
superset
audio/mpeg or audio/x-mpeg
definition
singleton
35. Provides information about the contents of a web document
false
<embed>
metadata
rendering
36. Approximate max number of characters in a title element
document type
65
Boolean
XHTML
37. For images with useful content - always code a(n) _____ attribute that describes the image
MIME
Closing tag
alt
DOM
38. Sockets - Canvas - Video - Web Workers and Local Storage are examples of ___________ ______
png
false
audio/x-wave
JavaScript APIs
39. 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"....
true
<p><a href="#top">Return to top</a></p>
root
protocol
40. JavaScript method (function) that places string information into the body of a web page
natively
sub
alt
document.write()
41. 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>
application/x-shockwave-flash
natively
mp3
42. Chrome - Safari and the Android and iPhone mobile browsers are based on_______
WebKit
charset
root
double quotes
43. To deploy (publish) a website to the Internet you transfer your files with a(n) ____ program
Cross-browser compatibility
document tree
FTP (File Transfer Protocol)
inline
44. Block element that lets you divide a page into divisions that can be formatted and positioned with CSS
inline
div
whitespace
article
45. Essential coding language in HTML5
FTP (File Transfer Protocol)
placeholder
JavaScript
document tree
46. ________ structure <!-- blah blah blah -->
whitespace
video/mpeg
Comment
jQuery
47. <input type="checkbox" name="mailList" checked> In this element 'checked' is a _____ attribute
Boolean
charset
DOM
../
48. True or false: charset metadata is required for HTML5 validation
metadata
content
true
meta
49. Identify the error: <p>We <i>love the web</p></i> __________: the <i> pair must be fully enclosed in the <p> pair
Boolean
favicon
URL
Incorrect nesting
50. Image attribute that provides a screen (tool) tip
../
<script src="myscripts.js"></script>
meta
title