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