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