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. Always add a trailing slash to sub-folder references. T or F?
An HTML element is everything between the start tag to the end tag.
<hr />
The first tag in a pair is the start tag and the second tag is the end tag.
T
2. Defines a paragraph:
A markup language is a set of markup tags.
The id attribute
T
<p> </p>
3. What do HTML documents contain?
No.
HTML documents are defined by HTML elements.
HTML documents contain HTML tags and plain text.
<hr />
4. What is a markup language?
To create a bookmark to a document - by using the name attribute.
<a href="url">Link text</a>
T
A markup language is a set of markup tags.
5. It is recommended to use lowercase in HTML tags. T or F?
An HTML element is everything between the start tag to the end tag.
HTML documents describe web pages.
<body> and </body>
T
6. What is HTML?
HTML attributes provide additional information about HTML elements.
<h1> to <h6>
T
HTML is the language for describing web pages.
7. What are the names of a tag pair?
<a> and </a>
T
<body> and </body>
The first tag in a pair is the start tag and the second tag is the end tag.
8. Tag that defines a link:
Web pages
<a> </a>
<h1>
<a> and </a>
9. What does HTML use to describe web pages?
The first tag in a pair is the start tag and the second tag is the end tag.
HTML uses markup tags to describe web pages.
A markup language is a set of markup tags.
HTML is the language for describing web pages.
10. Which tags define HTML headings?
<h1>
Opening tags and Closing tags.
No.
<h1> to <h6>
11. Which HTML tags define a paragraph?
HTML attributes are always specified in the start tag.
<p> and </p>
Opening tags and Closing tags.
The first tag in a pair is the start tag and the second tag is the end tag.
12. HTML tags are case sensitive. T or F?
F
<img>
T
<a> and </a>
13. Which HTML tag defines an image?
<img>
<p> </p>
<br />
<a href="link"> <img src="image location"> </a>
14. Attribute names and attribute values are case-insensitive. T or F?
HTML documents contain HTML tags and plain text.
T
HTML uses markup tags to describe web pages.
The href attribute defines the destination of a link.
15. What is the purpose of a web browser?
<h1> to <h6>
The id attribute
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.
16. What are HTML elements with no content called?
HTML documents describe web pages.
HTML elements with no content are called empty elements.
<img>
<p> </p>
17. The recommended tag for HTML line break is:
<br />
No.
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.
18. What are HTML markup tags usually called?
Web pages
HTML is the language for describing web pages.
HTML markup tags are usually called HTML tags.
<br />
19. Which HTML tags define a paragraph?
HTML elements with no content are called empty elements.
An HTML element is everything between the start tag to the end tag.
<p> and </p>
T
20. What are HTML elements with no content called?
<br />
HTML elements with no content are called empty elements.
HTML is the language for describing web pages.
<p> and </p>
21. What does the href attribute defines?
The name attribute is used to specify the name of an anchor and create a bookmark inside an HTML document.
The href attribute defines the destination of a link.
<img>
HTML documents contain HTML tags and plain text.
22. What is a HTML element?
An HTML element is everything between the start tag to the end tag.
Opening tags and Closing tags.
HTML documents contain HTML tags and plain text.
<hr />
23. The tag for a HTML comment is:
The first tag in a pair is the start tag and the second tag is the end tag.
<a> and </a>
<!-- -->
HTML tags a keywords surrounded by angle brackets.
24. Which HTML tags define a HTML link?
Web pages
HTML is the language for describing web pages.
<a> and </a>
HTML markup tags are usually called HTML tags.
25. HTML documents = ?
HTML documents contain HTML tags and plain text.
target="_top"
HTML is the language for describing web pages.
Web pages
26. What is the HTML code syntax for a link?
If the browser does not find the named anchor specified it goes to the top of the document. No error occurs.
HTML markup tags are usually called HTML tags.
HTML documents describe web pages.
<a href="url">Link text</a>
27. What HTML stands for?
HTML stands for Hyper Text Markup Language.
No.
href
The href attribute defines the destination of a link.
28. What are start tag and end tag also called?
T
The id attribute
Opening tags and Closing tags.
<br />
29. What is the purpose of a web browser?
<html> and </html>
HTML elements with no content are called empty elements.
F
The purpose of a web browser is to read HTML documents and display them as web pages.
30. Browsers automatically add some empty space (a margin) before and after each heading. T of F?
If the browser does not find the named anchor specified it goes to the top of the document. No error occurs.
href
<p> and </p>
T
31. What pair of HTML tags describe the visible content?
<body> and </body>
Web pages
T
HTML documents describe web pages.
32. Is HTML a programming language?
No.
The id attribute
HTML documents describe web pages.
HTML attributes are always specified in the start tag.
33. What pair of HTML tags describe the visible content?
<a href="link"> <img src="image location"> </a>
<body> and </body>
HTML elements with no content are called empty elements.
Web pages
34. What is the syntax of a tag to use and image as a link?
HTML stands for Hyper Text Markup Language.
<html> and </html>
<a href="link"> <img src="image location"> </a>
HTML elements with no content are called empty elements.
35. Which HTML tags define a HTML link?
<a> and </a>
<a href="url">Link text</a>
<h1> to <h6>
<body> and </body>
36. What happens if the browser does not find the named anchor specified?
HTML uses markup tags to describe web pages.
HTML tags a keywords surrounded by angle brackets.
HTML stands for Hyper Text Markup Language.
If the browser does not find the named anchor specified it goes to the top of the document. No error occurs.
37. What are HTML documents defined by?
Web pages
HTML documents are defined by HTML elements.
HTML stands for Hyper Text Markup Language.
<h1>
38. HTML comments inserted into the HTML document code inside comment tags are displayed by web pages. T or F?
Web pages
F
To create a bookmark to a document - by using the name attribute.
The purpose of a web browser is to read HTML documents and display them as web pages.
39. Is HTML a programming language?
T
T
No.
HTML is a markup language.
40. Where are HTML attributes specified?
HTML attributes are always specified in the start tag.
<img>
To create a bookmark to a document - by using the name attribute.
HTML attributes provide additional information about HTML elements.
41. Which HTML tag defines an image?
<img>
HTML documents are defined by HTML elements.
<a> and </a>
<a href="url">Link text</a>
42. What are start tag and end tag also called?
No.
T
Opening tags and Closing tags.
<p> and </p>
43. What are HTML markup tags usually called?
HTML documents contain HTML tags and plain text.
HTML markup tags are usually called HTML tags.
The purpose of a web browser is to read HTML documents and display them as web pages.
HTML documents are defined by HTML elements.
44. HTML documents = ?
target="_top"
Web pages
T
<a href="link"> <img src="image location"> </a>
45. Which HTML attribute defines a link address in the <a> tag?
The id attribute
The href attribute defines the destination of a link.
<img>
href
46. What is the form of an HTML attribute?
href
HTML elements with no content are called empty elements.
To create a bookmark to a document - by using the name attribute.
name="value"
47. What kind of language is HTML?
HTML attributes are always specified in the start tag.
The id attribute
HTML is a markup language.
HTML is the language for describing web pages.
48. What kind of language is HTML?
HTML stands for Hyper Text Markup Language.
HTML is a markup language.
F
<br />
49. What is the HTML link tag syntax?
HTML documents describe web pages.
HTML markup tags are usually called HTML tags.
<a href="url">text</a>
<!-- -->
50. What do HTML documents contain?
<h1> to <h6>
HTML documents contain HTML tags and plain text.
HTML documents describe web pages.
<a> and </a>
Sorry!:) No result found.
Can you answer 50 questions in 15 minutes?
Let me suggest you:
Browse all subjects
Browse all tests
Most popular tests
Major Subjects
Tests & Exams
AP
CLEP
DSST
GRE
SAT
GMAT
Certifications
CISSP go to https://www.isc2.org/
PMP
ITIL
RHCE
MCTS
More...
IT Skills
Android Programming
Data Modeling
Objective C Programming
Basic Python Programming
Adobe Illustrator
More...
Business Skills
Advertising Techniques
Business Accounting Basics
Business Strategy
Human Resource Management
Marketing Basics
More...
Soft Skills
Body Language
People Skills
Public Speaking
Persuasion
Job Hunting And Resumes
More...
Vocabulary
GRE Vocab
SAT Vocab
TOEFL Essential Vocab
Basic English Words For All
Global Words You Should Know
Business English
More...
Languages
AP German Vocab
AP Latin Vocab
SAT Subject Test: French
Italian Survival
Norwegian Survival
More...
Engineering
Audio Engineering
Computer Science Engineering
Aerospace Engineering
Chemical Engineering
Structural Engineering
More...
Health Sciences
Basic Nursing Skills
Health Science Language Fundamentals
Veterinary Technology Medical Language
Cardiology
Clinical Surgery
More...
English
Grammar Fundamentals
Literary And Rhetorical Vocab
Elements Of Style Vocab
Introduction To English Major
Complete Advanced Sentences
Literature
Homonyms
More...
Math
Algebra Formulas
Basic Arithmetic: Measurements
Metric Conversions
Geometric Properties
Important Math Facts
Number Sense Vocab
Business Math
More...
Other Major Subjects
Science
Economics
History
Law
Performing-arts
Cooking
Logic & Reasoning
Trivia
Browse all subjects
Browse all tests
Most popular tests