CSS Tutorial For Beginners 41 Block level Elements
Yo my fellow web ninjas In this CSS tutorial for beginners we re going to explore what a blocklevel element is. I ve mentioned already that the boxmodel governs the spacial properties (padding, margin, width, height border) of all blocklevel elements, but not yet talked about what a block level element is A block level element is one which occupies the full horizontal width of its parent element. An inline element stacks from left to IN LINE. Hence the name :P. Box model properties do not apply to inline elements, but we can set the display types of these elements to inlineblock, so that we can control the spacial properties of them too Anyway, peace out, have fun keep coding :). LINK TO LIST OF BLOCKLEVEL AND INLINE ELEMENTS . .., TheNetNinja, css, csstutorial, cssforbeginners, csstutorialforbeginners, csstutorials, cssbasics, csslesson, csslessons, csslessonforbeginners 20150706 HuiPIK0A
|