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