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