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