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