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