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