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