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