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