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. To see if an HTML file passes a standard of compliance ________ an HTML file
Boolean
nest
elements
validate
2. Three image formats supported by most browsers: jpeg (jpg) - gif - _____
declaration
png
case sensitive
inline
3. Six primary HTML5 semantic elements used for structuring a page (and are supported by the modern browsers): header - section - ______ - nav - aside - footer
article
placeholders
span
Accessibility
4. description terms (<dt>) can only contain text and ______ elements
inline
Incorrect nesting
validate
MIME
5. Prefix on a path that navigates up from a child to a parent folder
protocol
../
singleton
WebKit
6. To display special characters (often those without keyboard values - such as a 'smiley') - use character _____
entities
Media Player
href
audio/mpeg or audio/x-mpeg
7. New _____ in HTML add semantics and structure
elements
<dt>
mp3
root-relative
8. Chrome - Safari - Firefox and Internet Explorer are examples of _________
title
empty tags
Internet Explorer (IE)
browsers
9. HTML tag to code a hyperlink
<a href="index.html#top">Return to Home</a>
<li>
poster
<a>
10. To deploy (publish) a website to the Internet you transfer your files with a(n) ____ program
declaration
<link rel="stylesheet" href="mystyles.css">
FTP (File Transfer Protocol)
description
11. A free text editor that can be used to edit HTML or CSS code
FTP (File Transfer Protocol)
deprecated
protocol
Aptana
12. HTML5's new elements are a _____ of HTML 4 elements which means older pages will continue to work in modern browsers
Accessibility
superset
octothorpe
<embed>
13. Making sure a page looks good on multiple browsers of various vintages
content
semicolon(;)
Cross-browser compatibility
article
14. Chrome - Safari and the Android and iPhone mobile browsers are based on_______
meta
false
WebKit
Markup
15. Provides information about the contents of a web document
DOM
metadata
codecs
<img>
16. Sockets - Canvas - Video - Web Workers and Local Storage are examples of ___________ ______
FTP (File Transfer Protocol)
entities
JavaScript APIs
<link rel="stylesheet" href="mystyles.css">
17. _____ refers to the qualities that make a web site accessible to users especially disabled users
root-relative
browsers
lang
Accessibility
18. 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"....
Aptana
<p><a href="#top">Return to top</a></p>
protocol
|
19. One of the most common media types and is also the encoding standard for audio; currently used on all Apple products
aac
true
meta
double quotes
20. Six primary HTML5 semantic elements used for structuring a page (and are supported by the modern browsers): header - section - ______ - nav - aside - footer
article
browsers
Aptana
metadata
21. 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
<audio src="fileName.mp3"></audio>
Accessibility
Miro Converter
22. ________ structure <!-- blah blah blah -->
Comment
space
octothorpe
content
23. One of the most widely-used media types for audio
<li>
Aptana
mp3
document type
24. Discover/correct problems in an HTML file: _____ an HTML file
browsers
WebKit
debug
elements
25. 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
stretch
placeholder
DOM
default
26. Tag used for metadata
meta
COder/DECoder
absolute
placeholder
27. New _____ in HTML add semantics and structure
65
elements
absolute
deprecated
28. Inline element that lets you identify text that can be formatted with CSS
octothorpe
content
span
Internet Explorer (IE)
29. Version of HTML that preceded HTML5
Aptana
div
title
XHTML
30. _______________ are used to list terms and their descriptions
<meta charset="UTF-8">
Description lists
href
audio/x-wave
31. Tag for unordered lists
entities
<ul>
document-relative
rendering
32. 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"....
document type
declaration
false
<a href="index.html#top">Return to Home</a>
33. <input type="checkbox" name="mailList" checked> In this element 'checked' is a _____ attribute
Boolean
root
Aptana
hgroup
34. A website should (must) be contained in a folder called the _____
placeholder
WebKit
stretch
root
35. True or false: charset metadata is required for HTML5 validation
meta
natively
true
mp3
36. Identify the error: <p>We <i>love the web</p></i> __________: the <i> pair must be fully enclosed in the <p> pair
../
Incorrect nesting
inline
Accessibility
37. The html element is the _____ element of the tree
audio/mpeg or audio/x-mpeg
root
superset
DOM
38. The HTML for a navigation list is best coded as a series of <a> elements within the ___ elements of an unordered (<ul>) list
Accessibility
<link rel="stylesheet" href="mystyles.css">
<li>
Closing tag
39. Three common video codecs: H.264 - _____ - VP8
Accessibility
Markup
Aptana
Theora
40. Using the _____ element is a good way to display YouTube videos in your web pages
Aptana
whitespace
unordered
<embed>
41. Tag for an item within a list (either ordered or unordered)
superset
WebKit
<li>
Internet Explorer (IE)
42. Syntax for html container
jpeg (jpg)
document type
<!DOCTYPE html><html></html>
declaration
43. A very important element in the head of a page that provides search engine information
blockquote
elements
title
Flash Player
44. Image type used for photographs and scans
article
Aptana
audio/mpeg or audio/x-mpeg
jpeg (jpg)
45. The 5 top browers in order from best to worst in terms of their HTML5 ratings: Chrome - Opera - Firefox - Safari - _________
JavaScript
Aptana
title
Internet Explorer (IE)
46. Tag for creating an image on a web page
audio/x-wave
test
whitespace
<img>
47. To deploy (publish) a website to the Internet you transfer your files with a(n) ____ program
FTP (File Transfer Protocol)
attributes
document.write()
rendering
48. JavaScript method (function) that places string information into the body of a web page
<link rel="stylesheet" href="mystyles.css">
document.write()
<p><a href="#top">Return to top</a></p>
span
49. Character entities begin with a ampersand (&) and end with a ______
nest
stretch
semicolon(;)
declaration
50. Always code the _____ attribute on the html element to identify the language of the page
XHTML
jQuery
JavaScript APIs
lang