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