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