Difference between revisions of "CSS property"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In Cascading Style Sheets, a property is a subdivision with a style rule. == HTML attributes == HTML has a similar concept, HTML attributes. == S...")
 
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
 
== See also ==
 
== See also ==
  
 +
* [[Box model (CSS)]]
 
* [[Cascading Style Sheets]]
 
* [[Cascading Style Sheets]]
  
Line 14: Line 15:
 
* [http://www.w3schools.com/cssref/ CSS Reference] @ w3schools.com
 
* [http://www.w3schools.com/cssref/ CSS Reference] @ w3schools.com
 
* [https://www.w3.org/TR/CSS2/propidx.html Full property table] @ w3.org
 
* [https://www.w3.org/TR/CSS2/propidx.html Full property table] @ w3.org
 +
 +
[[Category:Cascading Style Sheets]]

Latest revision as of 15:45, 18 May 2016

In Cascading Style Sheets, a property is a subdivision with a style rule.

HTML attributes

HTML has a similar concept, HTML attributes.

See also

External links