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