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