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