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