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