Connecting Tech Pros Worldwide Help | Site Map

Other Properties

By Mark Hardy
Administrator, TheScripts.com

Other Parameters

width
This parameter is used to define the width of any block level element.

P {width: 100%;}

height
This parameter is used to define the height of any block level element.

P {height: 300px;}

float
This parameter sets the float for any block level element. Floats are used to allow text flow around them.

TABLE {float: right;}

clear
This parameters allows you to set which floating elements are allowed on either side of the parent element.

P {clear: both;}

« Padding Properties