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