What is initial value?


Initial value is a default value of the property, that is the value given to the root element of the document tree. All properties have an initial value. If no specific value is set and/or if a property is not inherited the initial value is used. For example the background property is not inherited, however, the background of the parent element shines through because the initial value of background property is transparent.

Hello World
Content of the element P will also have red background



Explore posts in the same categories: CSS Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What is the use of occurs in internal table? Can u change occurs value in program?
  • Use of Occurs - If you use the OCCURS parameter, the value of the INITIAL SIZE of the table is...
  • What is Static and Dynamic linking ?
  • In static linking, the called subroutine is link-edited into the calling program , while in dynamic linking, the subroutine &...
  • How do you validate the selection criteria of a report? And how do you display initial values in a selection screen?
  • The selection criteria is validated in the processing block of the AT SELECTION SCREEN event for the input values on...
  • What does the parameter Initial Catalog define inside Connection String ?
  • The database name to connect to....
  • What is Dependency Testing?
  • Examines an application's requirements for pre-existing software, initial states and configuration in order to maintain proper functionality....
  • What are the methods available in storing sequential files ?
  • Straight merging,Natural merging,Polyphase sort,Distribution of Initial runs....
  • What is the significance of having storage clause?
  • We can plan the storage for a table as how much initial extents are required, how much can be extended...
  • How would u connect to database using .NET ?
  • SqlConnection nwindConn = new SqlConnection("Data Source=localhost; Integrated Security=SSPI;" + "Initial Catalog=northwind"); nwindConn.Open();...
  • What is considered a good test ?
  • First of all, see the comments to the previous question. Then, all automation testing tools I ever heard of have...
  • What will be the initial value of an object reference which is defined as an instance variable?
  • The object references are all initialized to null in Java. However in order to do anything useful with these references,...

    Comment:

    You must be logged in to post a comment.