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