Html : like document
Css : like a tools for decorate the document to be more colourfull.
When we create Html and Css we have to link them together by using this link :
Block : Cover all area.
Inline : Allow other tag sit biside and limit area.
display: block; / display: inline;
margin-top, margin-right, margin-bottom, margin-bottom All margin at Once >> margin: 10px 20px 30px 40px; *follow clockwise top right bottom left.
border: border: 2px solid black;
padding-top, padding-right, padding-bottom, padding-left set all at once >> padding: 10px 20px 30px 40px; (clockwise top right bottom left)