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