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