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