SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Html Theory
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. Always add a trailing slash to sub-folder references. T or F?
T
<img>
<body> and </body>
name="value"
2. What are HTML documents defined by?
HTML documents are defined by HTML elements.
<body> and </body>
Web pages
HTML elements with no content are called empty elements.
3. With HTML you cannot change the output by adding extra spaces or extra lines in your HTML code. T or F?
<a> and </a>
<html> and </html>
T
HTML tags a keywords surrounded by angle brackets.
4. What is the HTML link tag syntax?
An HTML element is everything between the start tag to the end tag.
<a href="link"> <img src="image location"> </a>
<a href="url">text</a>
<p> and </p>
5. What pair of HTML tags describe the visible content?
HTML tags a keywords surrounded by angle brackets.
<body> and </body>
HTML markup tags are usually called HTML tags.
HTML is a markup language.
6. Which tag defines the most important heading?
<p> and </p>
T
<h1>
HTML uses markup tags to describe web pages.
7. What is a HTML element?
T
HTML is the language for describing web pages.
An HTML element is everything between the start tag to the end tag.
<hr />
8. What are HTML markup tags usually called?
HTML elements with no content are called empty elements.
HTML is the language for describing web pages.
The first tag in a pair is the start tag and the second tag is the end tag.
HTML markup tags are usually called HTML tags.
9. What is the HTML code syntax for a link?
<h1> to <h6>
<a href="url">Link text</a>
No.
The id attribute
10. What is a markup language?
A markup language is a set of markup tags.
HTML documents are defined by HTML elements.
<img>
Opening tags and Closing tags.
11. Which HTML tags define a paragraph?
<a> </a>
<p> and </p>
<a href="link"> <img src="image location"> </a>
<h1>
12. What are HTML documents defined by?
HTML documents are defined by HTML elements.
HTML is the language for describing web pages.
<html> and </html>
<html> and </html>
13. What pair of HTML tags describe a web page?
<html> and </html>
<a href="url">text</a>
HTML documents contain HTML tags and plain text.
T
14. Browsers automatically add some empty space (a margin) before and after each heading. T of F?
HTML documents describe web pages.
Opening tags and Closing tags.
A markup language is a set of markup tags.
T
15. What is the purpose of a web browser?
<a href="url">Link text</a>
<a> and </a>
The purpose of a web browser is to read HTML documents and display them as web pages.
T
16. Defines a paragraph:
An HTML element is everything between the start tag to the end tag.
<p> </p>
HTML documents are defined by HTML elements.
HTML documents describe web pages.
17. What pair of HTML tags describe the visible content?
<br />
<a href="link"> <img src="image location"> </a>
<body> and </body>
<a> and </a>
18. What is a hyperlink/link?
A hyperlink (or link) is a word or group of words or image that you can click on to jump to a new document or a new section within the current document.
<a> and </a>
A markup language is a set of markup tags.
If the browser does not find the named anchor specified it goes to the top of the document. No error occurs.
19. Where are HTML attributes specified?
HTML elements with no content are called empty elements.
HTML attributes provide additional information about HTML elements.
T
HTML attributes are always specified in the start tag.
20. What does HTML use to describe web pages?
HTML tags a keywords surrounded by angle brackets.
HTML is a markup language.
HTML uses markup tags to describe web pages.
T
21. What does HTML use to describe web pages?
HTML attributes are always specified in the start tag.
HTML markup tags are usually called HTML tags.
HTML uses markup tags to describe web pages.
<h1>
22. What is HTML?
HTML is the language for describing web pages.
F
<a href="link"> <img src="image location"> </a>
<!-- -->
23. The tag for a HTML comment is:
T
name="value"
<body> and </body>
<!-- -->
24. HTML documents = ?
T
HTML documents are defined by HTML elements.
If the browser does not find the named anchor specified it goes to the top of the document. No error occurs.
Web pages
25. What is a HTML element?
<a> </a>
An HTML element is everything between the start tag to the end tag.
HTML is the language for describing web pages.
HTML is the language for describing web pages.
26. What is HTML?
<br />
HTML is the language for describing web pages.
<html> and </html>
T
27. The recommended tag for HTML line break is:
<body> and </body>
If the browser does not find the named anchor specified it goes to the top of the document. No error occurs.
<br />
<img>
28. What do HTML documents describe?
T
HTML documents describe web pages.
<a> and </a>
The first tag in a pair is the start tag and the second tag is the end tag.
29. Is HTML a programming language?
HTML markup tags are usually called HTML tags.
No.
A markup language is a set of markup tags.
<p> and </p>
30. What attribute should be used for the HTML5 standard instead of the name attribute?
The id attribute
<p> </p>
T
HTML tags a keywords surrounded by angle brackets.
31. Attribute names and attribute values are case-insensitive. T or F?
T
HTML documents are defined by HTML elements.
If the browser does not find the named anchor specified it goes to the top of the document. No error occurs.
<a href="link"> <img src="image location"> </a>
32. What are start tag and end tag also called?
Opening tags and Closing tags.
target="_top"
<a> and </a>
<hr />
33. What kind of language is HTML?
HTML uses markup tags to describe web pages.
F
T
HTML is a markup language.
34. What HTML stands for?
The id attribute
If the browser does not find the named anchor specified it goes to the top of the document. No error occurs.
HTML stands for Hyper Text Markup Language.
<a> and </a>
35. What are HTML tags?
If the browser does not find the named anchor specified it goes to the top of the document. No error occurs.
<h1>
F
HTML tags a keywords surrounded by angle brackets.
36. What pair of HTML tags describe a web page?
<a href="url">text</a>
HTML documents are defined by HTML elements.
<html> and </html>
No.
37. What are the names of a tag pair?
HTML markup tags are usually called HTML tags.
<a href="link"> <img src="image location"> </a>
HTML elements with no content are called empty elements.
The first tag in a pair is the start tag and the second tag is the end tag.
38. HTML comments inserted into the HTML document code inside comment tags are displayed by web pages. T or F?
F
<html> and </html>
T
An HTML element is everything between the start tag to the end tag.
39. Which tags define HTML headings?
HTML is the language for describing web pages.
HTML is a markup language.
<h1> to <h6>
<body> and </body>
40. What kind of language is HTML?
HTML documents contain HTML tags and plain text.
HTML is a markup language.
HTML stands for Hyper Text Markup Language.
A markup language is a set of markup tags.
41. Which HTML tag defines an image?
href
A hyperlink (or link) is a word or group of words or image that you can click on to jump to a new document or a new section within the current document.
T
<img>
42. What are HTML elements with no content called?
<h1> to <h6>
HTML is a markup language.
HTML elements with no content are called empty elements.
Web pages
43. It is recommended to use lowercase in HTML tags. T or F?
T
HTML is a markup language.
HTML documents contain HTML tags and plain text.
HTML elements with no content are called empty elements.
44. What does the href attribute defines?
<html> and </html>
<a href="url">text</a>
HTML markup tags are usually called HTML tags.
The href attribute defines the destination of a link.
45. What are HTML tags?
HTML tags a keywords surrounded by angle brackets.
T
The purpose of a web browser is to read HTML documents and display them as web pages.
No.
46. Which attribute is used to break out of a frame / go to the top used in the anchor tag?
HTML stands for Hyper Text Markup Language.
target="_top"
HTML is a markup language.
<img>
47. What do HTML documents contain?
HTML documents contain HTML tags and plain text.
No.
Opening tags and Closing tags.
T
48. Browsers automatically add an empty space before and after a paragraph tag. T or F?
Opening tags and Closing tags.
T
F
<img>
49. Which HTML attribute defines a link address in the <a> tag?
<a href="link"> <img src="image location"> </a>
HTML stands for Hyper Text Markup Language.
href
<br />
50. What is the name attribute used for?
The name attribute is used to specify the name of an anchor and create a bookmark inside an HTML document.
T
<img>
<a href="url">text</a>