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