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
validate
<audio src="fileName.mp3"></audio>
<p><a href="#top">Return to top</a></p>
document type
2. New _____ in HTML add semantics and structure
elements
lang
png
www.html5test.com
3. 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>
alt="" empty (no space)
description
MIME
4. Three common attributes for the meta tag: _____ - name and content
content
charset
codecs
player
5. Character coding that has support for many alphabets including non-western ones
UTF-8
attributes
div
aac
6. New _____ in HTML add semantics and structure
space
elements
document.write()
lang
7. Sockets - Canvas - Video - Web Workers and Local Storage are examples of ___________ ______
JavaScript APIs
Boolean
JavaScript
Theora
8. You should use ____ to control the space between block elements
whitespace
png
QuickTime
CSS
9. Name of the '|' symbol
validate
bulleted
pipe
charset
10. One of the most widely-used media types for audio
mp3
validate
Markup
validate
11. JavaScript method (function) that places string information into the body of a web page
Theora
document.write()
lang
<dt>
12. _______________ are used to list terms and their descriptions
WebKit
unordered
title
Description lists
13. In addition to the required 'charset' metadata attribute - _____ and keywords attributes should be provided as well for SEO
declaration
description
<a href="index.html#top">Return to Home</a>
www.html5test.com
14. Birthed in 2005 - this language was created to expedite web development and is central to making web pages look good on mobile devices
Comment
hgroup
jQuery
COder/DECoder
15. HTML5's new elements are a _____ of HTML 4 elements which means older pages will continue to work in modern browsers
UTF-8
Miro Converter
superset
default
16. Inline element that lets you identify text that can be formatted with CSS
Media Player
Closing tag
span
document-relative
17. True or false: charset metadata is required for HTML5 validation
browsers
sub
audio/x-wave
true
18. Attribute with the <a> tag that specifies the address you want to link to
Incorrect nesting
href
MIME (Multipurpose Internet Mail Extensions)
JavaScript APIs
19. A free text editor that can be used to edit HTML or CSS code
Aptana
Accessibility
inline
browsers
20. ________ structure <!-- blah blah blah -->
<link rel="stylesheet" href="mystyles.css">
Markup
Closing tag
Comment
21. Image type used for small illustrations and logos
document-relative
<a href="index.html#top">Return to Home</a>
<li>
gif
22. True or false: charset metadata is required for HTML5 validation
article
false
UTF-8
true
23. It's a best practice to code a series of links within a _______ list
unordered
inline
document.write()
favicon
24. Ten inline elements for identifying content abbr - cite - code - dfn - em - kbd - q - ____ - strong - var
attributes
samp
|
<script src="myscripts.js"></script>
25. Character coding that has support for many alphabets including non-western ones
JavaScript APIs
Flash Player
UTF-8
superset
26. True or false: Heading tags are the preferred way to size text.
<ul>
root
case sensitive
false
27. To deploy (publish) a website to the Internet you transfer your files with a(n) ____ program
XHTML
FTP (File Transfer Protocol)
content
Accessibility
28. Attribute used to provide "tooltips" when a user hovers the mouse over the element
audio/x-wave
title
www.html5test.com
empty tags
29. ________ structure <!-- blah blah blah -->
URL
Comment
content
|
30. To deploy (publish) a website to the Internet you transfer your files with a(n) ____ program
Accessibility
FTP (File Transfer Protocol)
space
Aptana
31. Five inline elements for formatting text: i - b - ____ - sup - br
href
sub
document tree
JavaScript APIs
32. Description lists were called _____ lists in HTML4 - but they were renamed because you can code more than one <dd> element for each <dt> element
default
Incorrect nesting
title
definition
33. 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
default
QuickTime
<!DOCTYPE html><html></html>
samp
34. An HTML document consists of two parts: DOCTYPE ______ and document tree
Accessibility
true
Aptana
declaration
35. Using the _____ element is a good way to display YouTube videos in your web pages
<embed>
XHTML
test
superset
36. Two common examples of ________: <br> and <img>
empty tags
FTP (File Transfer Protocol)
Miro Converter
singleton
37. Chrome - Safari - Firefox and Internet Explorer are examples of _________
meta
validate
browsers
<meta charset="UTF-8">
38. Five common attributes for an image tag: src - ____ - height - width - title
alt
Incorrect nesting
<a>
content
39. Block element that lets you divide a page into divisions that can be formatted and positioned with CSS
Internet Explorer (IE)
div
Miro Converter
samp
40. Chrome - Safari and the Android and iPhone mobile browsers are based on_______
meta
WebKit
Incorrect nesting
href
41. Useful site to check a browser's current ratings
www.html5test.com
<video src="fileName.mp4"></video>
test
case sensitive
42. Provides information about the contents of a web document
article
charset
description
metadata
43. Provides information about the contents of a web document
MIME (Multipurpose Internet Mail Extensions)
definition
Accessibility
metadata
44. Six primary HTML5 semantic elements used for structuring a page (and are supported by the modern browsers): header - section - ______ - nav - aside - footer
elements
singleton
inline
article
45. Identify the error: <p>We <i>love the web</p></i> __________: the <i> pair must be fully enclosed in the <p> pair
Incorrect nesting
alt="" empty (no space)
65
Accessibility
46. Three image formats supported by most browsers: jpeg (jpg) - gif - _____
png
class
hgroup
href
47. The 5 top browers in order from best to worst in terms of their HTML5 ratings: Chrome - Opera - Firefox - Safari - _________
www.html5test.com
<link rel="stylesheet" href="mystyles.css">
lists
Internet Explorer (IE)
48. True or false: Heading tags are the preferred way to size text.
Cross-browser compatibility
<li>
article
false
49. In the command: <li>bag of apples</li> the phrase 'bag of apples' is called the _____ of the element
65
document tree
WebKit
content
50. Syntax for html container
png
<!DOCTYPE html><html></html>
placeholder
validate