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