Preparing to face a written test, job interview or certification exam on CSS?
Reading books after books on CSS alone will not help you to face an interview
or take a written test -you would need some real time practice to do that.
These sample questions on CSS are an excellent mix of various aspects of CSS.
Questions here range from checking your very basic fundamentals on CSS to more
advanced tricky technical topics as a CSS professional. Practice with online
objective test to face the written tests on CSS confidently.
Online Practice
Test > CSS quiz
More online test
DHTML online test
XML
online test (28 questions)
Here are few sample CSS test/quiz questions
Which of the following ways below is correct to write a CSS?
p {color:red;text-align:center};
p {color:red;text-align:center}
p {color:red;text-align:center;}
p (color:red;text-align:center;)
Which of the following statements is TRUE for CSS
An external style sheet is ideal when the style is applied to many pages
An inline style sheet should be used when a single document has a unique style
Both and b above
An external style sheet can be written in HTML.
Click here to
start CSS quiz/test
More Links
Latest answer: SQL Profiler is a tool that
stores events from the server. SQL Profiler saves the events in the trace
file............
Latest answer: A transaction is a set of
operations that works as a single unit. The ransactions can be categorized into
explicit, autocommit, and implicit..........
Latest answer: Restricting query result
means return of required rows instead of all rows of the table. This helps in
reducing network traffic............
|