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