CSS2 Classification Properties
This is a complete reference guide for web developers where haved we 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:
Property | Description |
---|---|
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 |
cursor | Defines shap of the cursor |
display | Controls how an element is displayed |
float | Determines if an element floats to the left or right, allowing text to wrap around it or be displayed inline |
position | Sets the positioning model for an element |
visibility | Determines if an element is visible in the document or table |