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