CSS2 - Classification Properties



This is a complete reference guide for web developers where we have listed all the CSS properties related to classification defined in the World Wide Web Consortium's Recommended Specification for Cascading Style Sheets, Level 2.

Click any property to see its description with examples −

Sr.No. Property & Description
1 clear

Sets which margins of an element must not be adjacent to a floating element; the element is moved down until that margin is clear.

2 cursor

Defines shap of the cursor.

3 display

Controls how an element is displayed.

4 float

Determines if an element floats to the left or right, allowing text to wrap around it or be displayed inline.

5 position

Sets the positioning model for an element.

6 visibility

Determines if an element is visible in the document or table.

css_references.htm
Advertisements