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