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