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