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