--%>

CSS and CSS3

State some of the difference between the CSS and the CSS3.

E

Expert

Verified

CSS3 is defined as the upgraded version of CSS having new future such as Box Model, Selectors, Backgrounds and the Borders, Text Effects, Animations, 2D/3D Transformations, Multiple Column Layout, User Interface and so on.

   Related Questions in Programming Languages

  • Q : Describe Uninitialized variable

    Uninitialized variable: It is a local variable which been declared, however has had no value allocated to it. The compiler will warn of variables that are employed before being initialized.

  • Q : Explain Parallel programming Parallel

    Parallel programming: It is a style of programming in which statements are not essentially executed in an ordered series but in parallel. The parallel programming languages make it simpler to produce programs which are designed to be run on multi-proc

  • Q : How class can be prevented from

    How class can be prevented from inheriting further?

  • Q : Libraries involved in Windows

    Explain the important libraries involved in Windows programming?

  • Q : Explai phases of software development

    Define the difference between phases of software development or software life cycle?

  • Q : Explain Synchronized statement

    Synchronized statement: It is a statement in which an object-lock should be obtained for the target object prior to the body of the statement and can be entered. Employed to enclose a critical section in order to save a race hazard.

  • Q : Concept of object oriented analysis

    Q. Explain the concept of object oriented analysis with explanation of all steps of analysis. 

    Q : Define the term Return value Define the

    Define the term Return value: This is the value of the expression employed in a return statement.

  • Q : Advantages of Object oriented

    Q. What are the advantages of Object Oriented Programming languages? Explain them. Ans. : Object oriented programming language has following advantages-

    Q : Define Null reference Null reference :

    Null reference: A value utilized to mean, `no object'. Employed whenever an object reference variable is not referring to the object.