SIMPLE & USEFUL
A guide to web design

HTML Properties

Name Example
background {background:#eef}
background-attachment {background-attachment: fixed}
background-color {background-color:#b0f505 }
background-image {background-image:url('foo.jpg')}
background-position {background-position:center}
background-repeat {background-repeat:repeat}
border {border:1px solid}
border-collapse {border-collapse:collapse}
border-color {border-color:#eed}
border-spacing {border-spacing:10px}
border-style {border-style:solid}
border-width {border-width:0.3em}
bottom {bottom:1em}
caption-side {caption-side:bottom}
clear {clear:both}
clip {clip:rect(100px,150px,175px,50px)}
color
{color:#0f0}
content {content: close-quote;}
counter-increment {counter-increment:inherit}
counter-reset {counter-reset:counter-name}
cursor {cursor:crosshair}
direction {direction:rtl}
display {display:inline}
empty-cells {empty-cells:show}
float {float:right}
font {font:15px Verdana,sans-serif}
font-family {font-family:Georgia,Serif}
font-size {font-size:100%}
font-style {font-style:italic}
font-variant {font-variant:small-caps}
font-weight {font-weight:700}
height {height:100px}
left {left: 2em}
letter-spacing {letter-spacing:.02em}
line-height {line-height: 1.5em}
list-style {list-style:none}
list-style-image {list-style-image:url('foo.gif')}
list-style-position {list-style-position:inside}
list-style-type {list-style-type:upper-alpha;}
margin {margin:1em 0 .5em 1.5em}
max-height {max-height:75%}
max-width {max-width: 35em}
min-height {min-height:100px}
min-width {min-width:auto}
orphans {orphans:3}
outline {outline:3px solid #f90}
outline-color {outline-color: #96f}
outline-style {outline-style:dashed}
outline-width {outline-width:5px}
overflow {overflow:auto}
padding (padding: 1em 0 1em 2em}
page-break-after {page-break-after:always}
page-break-before {page-break-before:auto}
page-break-inside {page-break-inside:avoid}
position {postion:top}
quotes {quotes:"\201c""\201d""\2018""\2019"}
table-layout {table-layout:fixed}
text-align {text-align:left}
text-decoration {text-decoration:underline}
text-indent {text-indent:1em}
text-transform {text-transform:small-caps}
top {top:2em}
unicode-bidi {unicode-bidi: embed}
vertical-align {vertical-align:middle}
visibility {visibility:hidden}
white-space {white-space:pre-wrap}
width {width:100px}
word-spacing {word-spacing:.5em}
z-index {z-index: auto}