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