SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Web Development
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. When do you use the "a: visited"?
<a href= "http://www.basicversity.com"> Basicversity</a>
To place an important section of text.
Change color after the link was visited
Padding
2. Which heading tag has the smallest size?
<a href = "basicversity/school.html">School</a>
.css
body {background-color: #123456;}
h1
3. This stops processing the page if they cannot retrieve the resource.
Require
Padding
Inline→embedded→external
An 8 bit---256 color graphic format
4. Write the code to link to: www.basicversity.com
Wants the link to be a certain color when the mouse is moved over the link.
Border
<a href= "http://www.basicversity.com"> Basicversity</a>
h1
5. What is included within the <head> tag?
To separate paragraphs
POST
To place an important section of text.
Information about a web page title and links
6. Define dithering
Warning
: Invalid argument supplied for foreach() in
/var/www/html/basicversity.com/show_quiz.php
on line
183
7. A piece of text stored on a user's computer by their web browser - used for authentication or storing site preferences or shopping cart contents or the identifier for a server-based session or anything else that can be accomplished through storing t
Information about a web page title and links
cookie
.css
Wants a hyperlink not to be underlined when the user clicks down on the link
8. What is the definition of an internal link?
A named anchor that jumps to an area in the same page
Wants the link to be a certain color when the mouse is moved over the link.
To list a series of terms and their definitions
cookie
9. How do you write a comment in an CSS document?
Information about a web page title and links
/Hello/
period (".")
Change color after the link was visited
10. Where is a session variable stored?
Is used to transfer files from a computer to a web server; a user needs a "user name" and "password" to complete this
Occurs when a computer mixes several colors because a certain color doesn't fit into the standard color palette.
XHTML DTD
remotely
11. While using CSS what type of css file can modify multiple things at once to an entire site?
semi-colon (";")
validation
When linking to a web page on another site.
External sheet
12. What is the purpose of the <p> tag?
h6
To separate paragraphs
h1
When linking to a web page on another site.
13. What symbol is used in a CSS document to denote code that is considered a class?
The list matters
DOM (Document Object Model)
period (".")
/Hello/
14. In CSS the five possible values for "position" are:static - _____ - absolute - fixed - inherit
When linking to a web page on another site.
If the list isn't important
Used to place a web page name into the title bar of the web browser
relative
15. A way of matching strings of text given a defined set of parameters.
Includes information about a web page.
body {background-color: #123456;}
Divide pages
regular expression
16. When should you use a <span> tag?
colon (":")
To place an important section of text.
JSON
javascript
17. What is the hierarchy for CSS code?
Inline→embedded→external
When linking to a web page on another site.
Information about a web page title and links
remotely
18. When do you use the "a: active"?
Ajax (Asynchronous Javascript and XML)
period (".")
.jpg
To show the visitor the linked had not been selected
19. A ____ is a Document Type Definition - also know as DOCTYPE. In a document served as text/html the DOCTYPE informs the browswer how to interpret the content of the page.
XHTML DTD
Is used to transfer files from a computer to a web server; a user needs a "user name" and "password" to complete this
Includes information about a web page.
Determines the width and height of computer screen
20. When using CSS what separates a property and value?
<!----Hello-->
colon (":")
h1
float left
21. (Extensible Markup Language) A set of rules for encoding documents in machine-readable form - used to send data from one application to another.
XML
The list matters
DOM (Document Object Model)
float left
22. Web apps can interact with server without changing anything on the page - uses the XMLHttpRequest object to exchange data asynchronously with the web server.
/Hello/
Ajax (Asynchronous Javascript and XML)
Describes the relationship (in CSS) between margins and borders and padding and height.
800 by 600
23. Which tag has the largest size?
Used to place a web page name into the title bar of the web browser
h6
Border
Is used to transfer files from a computer to a web server; a user needs a "user name" and "password" to complete this
24. How do you write a comment in an HTML document?
To list a series of terms and their definitions
Should be placed in its own division of a web page.
Is used to transfer files from a computer to a web server; a user needs a "user name" and "password" to complete this
<!----Hello-->
25. Opposite of left join
800 by 600
Right joint
inline style
To separate paragraphs
26. Data gets transferred via the URL - used for safe actions
.css
When linking to a web page on another site.
GET
Position an element to the left or right of other content on a page
27. Define resolution.
The list matters
Wants a hyperlink not to be underlined when the user clicks down on the link
Determines the width and height of computer screen
Provides information about a website
28. In CSS the possible values for the display attribute that are supported by all browsers are none - block - inline - _____ - run-in
list-item
DOM (Document Object Model)
Ajax (Asynchronous Javascript and XML)
global variable
29. Data transferred via the body of the POST request - used for unsafe actions
Should be placed in its own division of a web page.
Position an element to the left or right of other content on a page
POST
Provides information about a website
30. Which tag has the largest size?
The list matters
Provides information about a website
h6
remotely
31. Define a .gif image.
<a name="top"> link</a>
h6
An 8 bit---256 color graphic format
Provides information about a website
32. What are the correct naming standards for web pages?
To place an important section of text.
body {background-color: #123456;}
colon (":")
Place the word together (eliminating spaces or using underscore or dash)
33. What are the correct naming standards for web pages?
Place the word together (eliminating spaces or using underscore or dash)
is the common name used that guarantees that almost all colors will properly be displayed on a computer.
Require
XML
34. What is a box model?
If the user has a text only browser or has the graphics turned off
Describes the relationship (in CSS) between margins and borders and padding and height.
POST
External sheet
35. To destroy the session Unregister a _____________ from the current session
Ajax (Asynchronous Javascript and XML)
An 8 bit---256 color graphic format
global variable
POST
36. Write the line of code to insert an image.
Border
An 8 bit---256 color graphic format
<img src="basicversity.jpg" alt="basicversity"/>
a img {border: none}
37. What is included within the <head> tag?
a img {border: none}
.css
h6
Information about a web page title and links
38. Write an example of a named anchor.
<a name="top"> link</a>
To separate paragraphs
Describes the relationship (in CSS) between margins and borders and padding and height.
.jpg
39. What separates the element content and the border in CSS?
Information about a web page title and links
Padding
body {background-color: #123456;}
<!----Hello-->
40. A CSS document is saved with the _____ extension?
.css
Divide pages
is the common name used that guarantees that almost all colors will properly be displayed on a computer.
Wants the link to be a certain color when the mouse is moved over the link.
41. How do you remove a border from an image (using css)?
A named anchor that jumps to an area in the same page
a img {border: none}
Provides information about a website
inline style
42. Define a .gif image.
An 8 bit---256 color graphic format
body {background-color: #123456;}
Place the word together (eliminating spaces or using underscore or dash)
float left
43. What is the code to change the background in a CSS page using a hexadecimal number?
a img {border: none}
body {background-color: #123456;}
<a href= "http://www.basicversity.com"> Basicversity</a>
/Hello/
44. Why is "alt" used?
Change color after the link was visited
To separate paragraphs
relative
If the user has a text only browser or has the graphics turned off
45. How do you write a comment in an HTML document?
POST
.css
<!----Hello-->
Occurs when a computer mixes several colors because a certain color doesn't fit into the standard color palette.
46. A CSS document is saved with the _____ extension?
Wants the link to be a certain color when the mouse is moved over the link.
.css
/Hello/
list-item
47. Define "web safe colors".
To show the visitor the linked had not been selected
Describes the relationship (in CSS) between margins and borders and padding and height.
javascript
is the common name used that guarantees that almost all colors will properly be displayed on a computer.
48. Where should you place a navigation bar?
Should be placed in its own division of a web page.
period (".")
Provides information about a website
Padding
49. When do you use an absolute link?
is the common name used that guarantees that almost all colors will properly be displayed on a computer.
JSON
When linking to a web page on another site.
Ajax (Asynchronous Javascript and XML)
50. What is the code to change the background in a CSS page using a hexadecimal number?
Frameset
body {background-color: #123456;}
800 by 600
Place the word together (eliminating spaces or using underscore or dash)
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