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