This test contains 50 questions. You may not skip any of the questions. There is no time limit on the test.
You must score 70 or higher to receive the certificate of completion. You may retake the test as many times as you’d like. Once you pass the test, you’ll immediately be able to print the certificate of completion.
Good luck!
HTML Test
Quiz Summary
0 of 50 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 50 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- Answered
- Review
-
Question 1 of 50
1. Question
Most HTML tags must be written in _______.
CorrectIncorrect -
Question 2 of 50
2. Question
The <!DOCTYPE html> declares the type of _______.
CorrectIncorrect -
Question 3 of 50
3. Question
The _______ tag defines the textual title to be shown in the title bar of the web browser
CorrectIncorrect -
Question 4 of 50
4. Question
The most current version of HTML is _______.
CorrectIncorrect -
Question 5 of 50
5. Question
The _______ tag is used to mark the beginning of an HTML document.
CorrectIncorrect -
Question 6 of 50
6. Question
The last tag normally found on an HTML document is _______.
CorrectIncorrect -
Question 7 of 50
7. Question
Which attribute specifies in which manner the browser will present text within the entire document?
CorrectIncorrect -
Question 8 of 50
8. Question
<html lang=”fr”> means the document is written in _______.
CorrectIncorrect -
Question 9 of 50
9. Question
Text included in the _______ is not displayed on a web page.
CorrectIncorrect -
Question 10 of 50
10. Question
The
title
element, which sets the title commonly displayed by the web browser in the title bar of the window, is included in the _______ element.CorrectIncorrect -
Question 11 of 50
11. Question
In an HTML document, there should be no more than _______ title element(s).
CorrectIncorrect -
Question 12 of 50
12. Question
The _______ is used to embed style rules in a document.
CorrectIncorrect -
Question 13 of 50
13. Question
The _______ element is used in the <head> to link the page to various external files.
CorrectIncorrect -
Question 14 of 50
14. Question
The _______ element is used to link to an external Javascript file or to embed Javascript in the page.
CorrectIncorrect -
Question 15 of 50
15. Question
Any plain text placed between the
<body>
tags will be displayed __________.CorrectIncorrect -
Question 16 of 50
16. Question
To define the background color we would use the _______ attribute.
CorrectIncorrect -
Question 17 of 50
17. Question
To choose the color displayed for a link that has already been visited, we would use the _______ attribute.
CorrectIncorrect -
Question 18 of 50
18. Question
The _______ element is used to separate text into paragraphs.
CorrectIncorrect -
Question 19 of 50
19. Question
There are _______ levels of headings.
CorrectIncorrect -
Question 20 of 50
20. Question
The element for a heading is _______.
CorrectIncorrect -
Question 21 of 50
21. Question
The most important heading in a document should be _______.
CorrectIncorrect -
Question 22 of 50
22. Question
If the default heading sizes do not suit your document, you can change them using _______.
CorrectIncorrect -
Question 23 of 50
23. Question
The tag to emphasize (italicize) text is _______.
CorrectIncorrect -
Question 24 of 50
24. Question
The tag to strongly emphasize text with bold lettering is _______.
CorrectIncorrect -
Question 25 of 50
25. Question
To provide a definition for an abbreviation we would use _______.
CorrectIncorrect -
Question 26 of 50
26. Question
The ‘old’ element for Italicized (or emphasized) text is <i>. The currently-accepted element is _______.
CorrectIncorrect -
Question 27 of 50
27. Question
The name code for the double quotation mark is _______.
CorrectIncorrect -
Question 28 of 50
28. Question
The name code for the cent sign is _______.
CorrectIncorrect -
Question 29 of 50
29. Question
_______ are the basis of navigation of the internet.
CorrectIncorrect -
Question 30 of 50
30. Question
To create a hyperlink that opens an absolute URL in a new browser window we would use __________.
CorrectIncorrect -
Question 31 of 50
31. Question
To link to an image named logo.gif, we would use the code __________.
CorrectIncorrect -
Question 32 of 50
32. Question
To define the width of an image, we would use the _______ attribute.
CorrectIncorrect -
Question 33 of 50
33. Question
The CLOSING tag for an unordered list is _______.
CorrectIncorrect -
Question 34 of 50
34. Question
Ordered lists provide a list of items, each of which are preceded by __________.
CorrectIncorrect -
Question 35 of 50
35. Question
When nesting, nested list elements should be within a parent _______ element.
CorrectIncorrect -
Question 36 of 50
36. Question
The closing tag for a table is _______.
CorrectIncorrect -
Question 37 of 50
37. Question
The <tr> tag is used for __________.
CorrectIncorrect -
Question 38 of 50
38. Question
The tag for a table heading is _______.
CorrectIncorrect -
Question 39 of 50
39. Question
To define the color of a table border we would use the attribute __________.
CorrectIncorrect -
Question 40 of 50
40. Question
__________ is the number of pixels between the table cells.
CorrectIncorrect -
Question 41 of 50
41. Question
The opening tag for an inline quotation is _______.
CorrectIncorrect -
Question 42 of 50
42. Question
The closing tag for a block quote is __________.
CorrectIncorrect -
Question 43 of 50
43. Question
The tag for a line break is _______.
CorrectIncorrect -
Question 44 of 50
44. Question
The tag to embed an audio stream is _______.
CorrectIncorrect -
Question 45 of 50
45. Question
To define a form input type as a search field, we would use the code __________.
CorrectIncorrect -
Question 46 of 50
46. Question
The tag used to define metadata is _______.
CorrectIncorrect -
Question 47 of 50
47. Question
The tag to define the initialization parameters for plugins is _______.
CorrectIncorrect -
Question 48 of 50
48. Question
<!– Beginning of body –>
The above code is an example of a _______ tag.
CorrectIncorrect -
Question 49 of 50
49. Question
How can table cells be aligned?
Select ALL of the answers that are correct.
CorrectIncorrect -
Question 50 of 50
50. Question
By default in HTML, images are placed __________.
CorrectIncorrect