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