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