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