margin html code code example
Example 1: css margin
#blockOrInline-Block {margin: 0px/*top*/ 0px/*right*/ 0px/*bottom*/ 0px/*left*/;}
Example 2: css code for margin
body {
margin: 0px;
}
#blockOrInline-Block {margin: 0px/*top*/ 0px/*right*/ 0px/*bottom*/ 0px/*left*/;}
body {
margin: 0px;
}