Indents or Padding

The padding property sets the padding from the border of an element to its inner content. Like the m...

Margins

The margin property determines the margin of an element from other elements or the border of the out...

block model

To a web browser, page elements represent small containers or blocks. Such blocks can have different...

Table styling

CSS provides a number of properties that help style a table: border-collapse : sets how the border o...

List Styling

CSS provides special styling properties for lists. One such property is list-style-type . It can tak...

Paragraph styling

A separate group of CSS properties allows you to style large groups of text, such as setting the lin...

Text formatting

text-transform The text-transform property changes the case of text. It can take the following value...

Font height

The font-size property is used to set the font size : In this case, the font height will be 18 pixel...

External fonts

Not always standard built-in fonts, like Arial or Verdana, can be convenient. It is not uncommon for...

Font styling

Font family The font-family property sets the font family to be used. For example: In this case, the...