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