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