The Background properties are used to set the background color, background image. It also helps to repeat the background and make background scroll with the contents etc. [Read more…] about CSS background property
CSS
CSS background property
CSS padding property
Padding is the property that is used to set the amount of space between the contents of an element and its border. The values that can be set for this property can be in terms of length or percentage. Percentage value refers to width of the parent element. Negative values are not permitted. For example: [Read more…] about CSS padding property
CSS Syntax and Selectors
In order to create a style sheet, we have to specify a set of rules known as CSS rules or Styles. These rules are used to control the appearance of various elements that appear in the associated HTML documents. The general syntax for specifying the rule is [Read more…] about CSS Syntax and Selectors
CSS text-decoration property
Text properties enable you to arrange your web pages with greater precision. You can set the alignment, justification, indentation and character and line spacing etc. using these properties. [Read more…] about CSS text-decoration property
CSS border-style property
The Border properties are used to set the border of an element i.e. its width, color and style. [Read more…] about CSS border-style property
CSS Styling Lists
List properties are used to control the styling of list elements such as presentation of number and bulleted list, markers used for list items as well as their positions. All the list properties can either be used on <ul> and <ol> elements or an<li> element only. [Read more…] about CSS Styling Lists
CSS position property
Positioning properties enhance the flexibility, and make CSS a very powerful presentation language. They are used to position elements in a webpage. By default, elements are positioned in a normal flow i.e. block level elements such as <p>, <h1> will be laid from top to bottom and inline elements such as <b>, <1> will be laid from left to right. [Read more…] about CSS position property
CSS font property
The font properties are used to control the appearance of the font that you apply to the text in a webpage. With these properties you can specify the size, weight, style etc. of the font. [Read more…] about CSS font property
CSS margin property
Unlike padding property, the margin property puts space outside the box, between the box and other neighboring elements or between the box and the browser window. The values that can be set for this property can be specified in terms of length, percentage or AUTO. [Read more…] about CSS margin property
CSS Styling Tables
The table properties are used to apply style to the <table> element. You can format a table by changing its layout, spacing between table cells, positioning of table caption etc. [Read more…] about CSS Styling Tables