GeekInterview.com
Series: Subject: Topic:

CSS3 Interview Questions

Showing Questions 1 - 20 of 20 Questions
Sort by: 
 | 

What are the properties associated with CSS3 multi-column feature?

Asked By: Robert | Asked On: Mar 25th, 2007

Answered by: Neelima Sailaja on: Feb 24th, 2013

The properties associated with multi-columns would be column-count, column-gap and column-rule. column-count : used to specify the number of columns, colum-gap : used to specify the width of the gap b...

What is opacity in CSS3?

Asked By: Robert | Asked On: Mar 25th, 2007

Answered by: ankit srivastava on: Dec 20th, 2012

The Opacity declaration sets how opaque an element is. An opacity value of 1 means the element is fully opaque; an opacity value of 0 means an element is not at all opaque, i.e. fully transparent.This...

Answered by: Sandeep on: Jan 6th, 2012

Opacity is used to show or hide the html element For example 0 for hide and 1 for show

Code
  1. <p style="opacity: 0">Show Me</p>
  2. <p style="opacity: 0.5">Show Me</p>
  3. <p style="opacity: 1">Show Me</p>

What is the other name of combined selector in CSS3 and what is it used for?

Asked By: Remasri | Asked On: Mar 25th, 2007

Answered by: siva on: Sep 17th, 2012

The other name of combined selector in CSS3 is known as Grouping

How is multiple background images handled in CSS3?

Asked By: Remasri | Asked On: Mar 25th, 2007

Answered by: karthik on: Apr 6th, 2012

If you want to use the multiple background ,we can insert as follows...
background-image: url(decoration.png), url(ribbon.png), url(old_paper.jpg); also we can mention the position of the image either percentage value or top left, left center like this

What is wrapping in CSS3?

Asked By: scott | Asked On: Mar 25th, 2007

Answered by: ritika on: Feb 15th, 2012

It allow you to force the text to wrap, even if it means splitting it in the middle of a word.

Code
  1. p {word-wrap:break-word;}

Answered by: GaneshVilas on: Jan 4th, 2010

Wrapping is a vital property for proper display of contents in web pages. If wrapping is disabled then the user could not display and view long lines that goes outside the window boundary and thus becomes useless.

How is multi-column feature used in CSS3?

Asked By: scott | Asked On: Mar 25th, 2007

Answered by: Ritika on: Feb 15th, 2012

You can create multiple columns to display your text. This feature allow you to give the output like newspaper. column-count property is used to create columns

Code
  1. div { column-count: 3  column-gap:40px }  

Answered by: janelyn on: Apr 9th, 2007

By using the Multi-Column feature of CSS3 the web designers can get their output in multiple columns with definitions defined for each column like column-width, column-count.

What is selectors in CSS3?

Asked By: sripri | Asked On: Mar 25th, 2007

Answered by: GaneshVilas on: Jan 2nd, 2010

The selector is normally the HTML element you want to style...like

,

etc...

What is the syntax of opacity in CSS3?

Asked By: StephenRaj | Asked On: Mar 25th, 2007

Answered by: amitkukreja_13 on: Apr 22nd, 2009

style="opacity:0.4;filter:alpha(opacity=40)"


Firefox uses the property opacity:x for transparency, while IE uses
filter:alpha (opacity=x).


How do you manage the complete site in center of the browser, which is completely using divs using the help of CSS2 or CSS3?

Asked By: sunil.akula | Asked On: Feb 19th, 2007

Answered by: Balbir Singh on: Aug 18th, 2007

In CSS file 1. body{width:100%;}2. Create a div tag and assign a class, say 'container' and place all your content in this div tag.3. Assign properties to this class in CSS file  &nb...

Answered by: srikanth rao on: Jun 28th, 2007

Yes we can do it with insert a div with a class. In styles file class name give the margins with the width % for the layout

What is the syntax of word wrap in CSS3?

Asked By: sripri | Asked On: Mar 25th, 2007

Answered by: norman on: Apr 9th, 2007

The general syntax word-wrap property of CSS3 is as follows:
word-wrap: normal| break-word

The default initial value is normal in the above syntax.

How is white-space property of CSS3 used?

Asked By: fred | Asked On: Mar 25th, 2007

Answered by: joel on: Apr 9th, 2007

I think you are asking about the syntax for the usage of white-space Property of CSS3.
The general format of white-space Property of CSS3 is as follows:
white-space: nnormal | pre | nowrap | pre-wrap | pre-line

Let me know if you have any other query.

How flexibility is achieved more in CSS3?

Asked By: norman | Asked On: Mar 25th, 2007

Answered by: blenda on: Apr 9th, 2007

Flexibility achieved is in greater ratio in CSS3 because of the feature of handling multiple style sheets in CSS3 and because of the modularized approach of CSS3.

What are the values that can be taken by property white-space of CSS3?

Asked By: norman | Asked On: Mar 25th, 2007

Answered by: RyanJames on: Apr 9th, 2007

The five values that can be taken by property white-space of CSS3 are normal, pre, nowrap, pre-wrap and pre-line.

What are the powerful features of CSS3?

Asked By: Robert | Asked On: Mar 25th, 2007

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.