property:display
value:block, inline, list-item, none, run-in, compact, marker, table, inline-table,
table-row-group, table-header-group, table-footer-group, table-column-group,
table-row, table-column, table-cell, table-caption
content:ใช้กำหนดรูปแบบการจัดวางข้อมูล
example:{ display: block; }
property:cursor
value:default, auto, crosshair, pointer, move, text, wait, help, hand, n-resize,
ne-resize, e-resize, se-resize, s-resize, sw-resize, w-resize, nw-resize
content:ใช้กำหนดรูปแบบของเมาส์ เมื่อเมาส์อยู่เหนือ element
example:{ cursor: crosshair; }