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