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. What is a hyperlink/link?
HTML uses markup tags to describe web pages.
T
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.
HTML documents describe web pages.
2. What is the form of an HTML attribute?
name="value"
Web pages
<img>
The purpose of a web browser is to read HTML documents and display them as web pages.
3. The recommended tag for HTML line break is:
name="value"
<br />
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.
HTML uses markup tags to describe web pages.
4. What is HTML?
HTML is the language for describing web pages.
<img>
The first tag in a pair is the start tag and the second tag is the end tag.
The purpose of a web browser is to read HTML documents and display them as web pages.
5. Which tag defines the most important heading?
The first tag in a pair is the start tag and the second tag is the end tag.
HTML documents contain HTML tags and plain text.
The first tag in a pair is the start tag and the second tag is the end tag.
<h1>
6. Which attribute is used to break out of a frame / go to the top used in the anchor tag?
target="_top"
href
F
HTML stands for Hyper Text Markup Language.
7. What is a markup language?
The href attribute defines the destination of a link.
A markup language is a set of markup tags.
No.
If the browser does not find the named anchor specified it goes to the top of the document. No error occurs.
8. What pair of HTML tags describe the visible content?
A markup language is a set of markup tags.
HTML documents contain HTML tags and plain text.
The href attribute defines the destination of a link.
<body> and </body>
9. Browsers automatically add some empty space (a margin) before and after each heading. T of F?
To create a bookmark to a document - by using the name attribute.
HTML tags a keywords surrounded by angle brackets.
<body> and </body>
T
10. What do HTML documents contain?
HTML documents contain HTML tags and plain text.
Opening tags and Closing tags.
T
An HTML element is everything between the start tag to the end tag.
11. What are start tag and end tag also called?
Opening tags and Closing tags.
<img>
<a> and </a>
The first tag in a pair is the start tag and the second tag is the end tag.
12. The tag for a HTML comment is:
HTML tags a keywords surrounded by angle brackets.
HTML markup tags are usually called HTML tags.
A markup language is a set of markup tags.
<!-- -->
13. Tag that defines a link:
<a> </a>
A markup language is a set of markup tags.
HTML documents are defined by HTML elements.
HTML attributes are always specified in the start tag.
14. What are HTML tags?
HTML tags a keywords surrounded by angle brackets.
The purpose of a web browser is to read HTML documents and display them as web pages.
href
<a href="link"> <img src="image location"> </a>
15. Which HTML tags define a paragraph?
<p> and </p>
HTML markup tags are usually called HTML tags.
F
<br />
16. What HTML stands for?
T
<h1>
Opening tags and Closing tags.
HTML stands for Hyper Text Markup Language.
17. What do HTML attributes do?
<a> and </a>
<body> and </body>
HTML attributes provide additional information about HTML elements.
HTML documents describe web pages.
18. Search engines use your headings to index the structure and content of your web pages. T or F?
If the browser does not find the named anchor specified it goes to the top of the document. No error occurs.
HTML uses markup tags to describe web pages.
HTML is the language for describing web pages.
T
19. What does the href attribute defines?
<!-- -->
T
The href attribute defines the destination of a link.
<hr />
20. Is HTML a programming language?
<!-- -->
No.
F
HTML tags a keywords surrounded by angle brackets.
21. When you move the cursor over a link in a Web page the arrow will turn into a little hand. T or F?
HTML stands for Hyper Text Markup Language.
If the browser does not find the named anchor specified it goes to the top of the document. No error occurs.
T
name="value"
22. What do HTML documents describe?
HTML documents describe web pages.
HTML stands for Hyper Text Markup Language.
HTML documents contain HTML tags and plain text.
<a href="url">text</a>
23. Which HTML tags define a paragraph?
The first tag in a pair is the start tag and the second tag is the end tag.
HTML elements with no content are called empty elements.
<p> and </p>
<html> and </html>
24. What do HTML documents contain?
T
HTML documents contain HTML tags and plain text.
<a href="url">text</a>
No.
25. What are the names of a tag pair?
The first tag in a pair is the start tag and the second tag is the end tag.
<p> and </p>
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.
HTML is a markup language.
26. What is the name attribute used for?
HTML markup tags are usually called HTML tags.
The name attribute is used to specify the name of an anchor and create a bookmark inside an HTML document.
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.
name="value"
27. Which HTML tags define a HTML link?
F
<a> and </a>
If the browser does not find the named anchor specified it goes to the top of the document. No error occurs.
target="_top"
28. HTML comments inserted into the HTML document code inside comment tags are displayed by web pages. T or F?
F
<a> and </a>
T
<p> and </p>
29. Which tags define HTML headings?
The name attribute is used to specify the name of an anchor and create a bookmark inside an HTML document.
T
T
<h1> to <h6>
30. What kind of language is HTML?
HTML documents are defined by HTML elements.
F
<p> </p>
HTML is a markup language.
31. Is HTML a programming language?
HTML tags a keywords surrounded by angle brackets.
HTML stands for Hyper Text Markup Language.
No.
T
32. What are HTML markup tags usually called?
HTML markup tags are usually called HTML tags.
<hr />
HTML elements with no content are called empty elements.
HTML tags a keywords surrounded by angle brackets.
33. What are HTML documents defined by?
No.
<a href="url">Link text</a>
HTML documents are defined by HTML elements.
The href attribute defines the destination of a link.
34. Browsers automatically add an empty space before and after a paragraph tag. T or F?
<hr />
F
T
<a href="url">Link text</a>
35. Which HTML tags define a HTML link?
<a> and </a>
HTML markup tags are usually called HTML tags.
HTML documents describe web pages.
<br />
36. Always add a trailing slash to sub-folder references. T or F?
T
<img>
A markup language is a set of markup tags.
No.
37. What are HTML elements with no content called?
<img>
<body> and </body>
T
HTML elements with no content are called empty elements.
38. Which tags define HTML headings?
<a> and </a>
<p> and </p>
<h1> to <h6>
<br />
39. What HTML stands for?
The first tag in a pair is the start tag and the second tag is the end tag.
<p> and </p>
T
HTML stands for Hyper Text Markup Language.
40. Where are HTML attributes specified?
T
<a> and </a>
HTML attributes are always specified in the start tag.
HTML uses markup tags to describe web pages.
41. Defines a paragraph:
<p> </p>
HTML stands for Hyper Text Markup Language.
The purpose of a web browser is to read HTML documents and display them as web pages.
To create a bookmark to a document - by using the name attribute.
42. What kind of language is HTML?
HTML is a markup language.
target="_top"
The purpose of a web browser is to read HTML documents and display them as web pages.
HTML documents contain HTML tags and plain text.
43. What do HTML documents describe?
HTML documents describe web pages.
HTML attributes are always specified in the start tag.
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.
The purpose of a web browser is to read HTML documents and display them as web pages.
44. Which HTML attribute defines a link address in the <a> tag?
The name attribute is used to specify the name of an anchor and create a bookmark inside an HTML document.
T
A markup language is a set of markup tags.
href
45. HTML documents = ?
<body> and </body>
HTML markup tags are usually called HTML tags.
Web pages
HTML uses markup tags to describe web pages.
46. What are the names of a tag pair?
<p> and </p>
<p> and </p>
<h1> to <h6>
The first tag in a pair is the start tag and the second tag is the end tag.
47. What does HTML use to describe web pages?
No.
<p> </p>
HTML uses markup tags to describe web pages.
The first tag in a pair is the start tag and the second tag is the end tag.
48. What happens if the browser does not find the named anchor specified?
HTML is a markup language.
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.
If the browser does not find the named anchor specified it goes to the top of the document. No error occurs.
HTML documents contain HTML tags and plain text.
49. HTML tags are case sensitive. T or F?
<hr />
<a href="link"> <img src="image location"> </a>
<a href="url">Link text</a>
F
50. What pair of HTML tags describe a web page?
HTML elements with no content are called empty elements.
The purpose of a web browser is to read HTML documents and display them as web pages.
<html> and </html>
The id attribute