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. Version of HTML that preceded HTML5
whitespace
XHTML
attributes
MIME (Multipurpose Internet Mail Extensions)
2. Useful site to check a browser's current ratings
Internet Explorer (IE)
content
www.html5test.com
validate
3. HTML5's new elements are a _____ of HTML 4 elements which means older pages will continue to work in modern browsers
stretch
definition
space
superset
4. The html element is the _____ element of the tree
audio/mpeg or audio/x-mpeg
root
Incorrect nesting
Internet Explorer (IE)
5. Windows' plug-in for video
content
Media Player
player
lists
6. Identify the error: <p>We <i>love the web</p></i> __________: the <i> pair must be fully enclosed in the <p> pair
document type
<ul>
Incorrect nesting
<a href="index.html#top">Return to Home</a>
7. ________ structure <!-- blah blah blah -->
empty tag
Comment
<li>
blockquote
8. Two parts of the _________: head and body
false
document tree
FTP (File Transfer Protocol)
meta
9. Command to attach an external JavaScript (called 'myscripts.js' to a web page
alt
title
article
<script src="myscripts.js"></script>
10. Tag for ordered lists
<ul>
Cross-browser compatibility
<ol>
default
11. 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.
false
blockquote
poster
rendering
12. An HTML element that only has one tag (such as img or br) is sometimes known as a _______ tag
document-relative
Markup
pipe
singleton
13. Six primary HTML5 semantic elements used for structuring a page (and are supported by the modern browsers): header - section - ______ - nav - aside - footer
JavaScript
test
article
stretch
14. Command to establish the characters that compose a page
default
Closing tag
<meta charset="UTF-8">
<a href="index.html#top">Return to Home</a>
15. Fancy word to describe a code feature that has been phased out or shelved
title
document-relative
default
deprecated
16. Three common video codecs: H.264 - _____ - VP8
application/pdf
Theora
Flash Player
blockquote
17. For browsers that don't support video or audio elements - you can ____ an object element within the video or audio element to play a flash file
blockquote
nest
<a href="index.html#top">Return to Home</a>
Accessibility
18. Description lists were called _____ lists in HTML4 - but they were renamed because you can code more than one <dd> element for each <dt> element
inline
true
definition
<li>
19. Links that jump to a location on the same page use _____ - created with the <a> element with the id attribute
placeholders
Internet Explorer (IE)
blockquote
FTP (File Transfer Protocol)
20. Identify the error: <p>What's wrong now?<p> ________ does not have a '/'
Closing tag
document-relative
bulleted
<dt>
21. A website should (must) be contained in a folder called the _____
Accessibility
png
declaration
root
22. Discover/correct problems in an HTML file: _____ an HTML file
WebKit
debug
stretch
<a href="index.html#top">Return to Home</a>
23. Useful site to check a browser's current ratings
Accessibility
absolute
<ol>
www.html5test.com
24. Attribute with the <a> tag that specifies the address you want to link to
<audio src="fileName.mp3"></audio>
content
href
video/mpeg
25. True or false: charset metadata is required for HTML5 validation
aac
application/pdf
true
Comment
26. A ____ is a location on a page that can be linked to
<dt>
Internet Explorer (IE)
Flash Player
placeholder
27. Syntax for html container
<!DOCTYPE html><html></html>
<embed>
alt="" empty (no space)
case sensitive
28. Ten inline elements for identifying content abbr - cite - code - dfn - em - kbd - q - ____ - strong - var
superset
href
poster
samp
29. 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>
Cross-browser compatibility
WebKit
protocol
30. An open source browser engine
blockquote
<li>
WebKit
false
31. Tabs & line returns and extra spaces are ____
root-relative
article
whitespace
space
32. The height and width attributes may be used to '________' an image to a given dimension.
DOM
true
description
stretch
33. Essential coding language in HTML5
whitespace
JavaScript
Boolean
<meta charset="UTF-8">
34. New _____ in HTML add semantics and structure
elements
nest
JavaScript APIs
JavaScript
35. Provides information about the contents of a web document
default
metadata
Theora
false
36. Chrome - Safari and the Android and iPhone mobile browsers are based on_______
WebKit
protocol
meta
|
37. Four core HTML attributes: id - _____ - title - lang
class
UTF-8
<video src="fileName.mp4"></video>
title
38. Multiple attributes are separated by a(n) ______
rendering
div
<meta charset="UTF-8">
space
39. 'codec' stands for ______
COder/DECoder
meta
debug
Internet Explorer (IE)
40. True or false: Heading tags are the preferred way to size text.
www.html5test.com
empty tags
false
<link rel="stylesheet" href="mystyles.css">
41. Five common attributes for an image tag: src - ____ - height - width - title
protocol
charset
<meta charset="UTF-8">
alt
42. HTML code elements should be in lower case except for the ____________ which is in upper case
FTP (File Transfer Protocol)
Comment
span
document type
43. Chrome - Safari - Firefox and Internet Explorer are examples of _________
browsers
video/mpeg
Incorrect nesting
JavaScript APIs
44. Syntax for html container
<!DOCTYPE html><html></html>
65
double quotes
<a href="index.html#top">Return to Home</a>
45. For images that are used solely for decoration - use this attribute - which is known as a ______ attribute
declaration
alt="" empty (no space)
audio/mpeg or audio/x-mpeg
QuickTime
46. Birthed in 2005 - this language was created to expedite web development and is central to making web pages look good on mobile devices
audio/mpeg or audio/x-mpeg
whitespace
jQuery
JavaScript APIs
47. You should use ____ to control the space between block elements
empty tags
CSS
<link rel="stylesheet" href="mystyles.css">
<link rel="stylesheet" href="mystyles.css">
48. Provides information about the contents of a web document
<dt>
JavaScript APIs
metadata
CSS
49. True or false: Heading tags are the preferred way to size text.
test
false
Incorrect nesting
<meta charset="UTF-8">
50. Three common attributes for the meta tag: _____ - name and content
charset
<li>
inline
superset