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