[CSS] Web Page Rendering
Do you really know how's your web page is rendered or step to render it?
In this post, we will look around the steps especially with CSS view!
1. The Visual Formatting Model
- Dimensions Boxes: the box model
- Box Type: inline, block and inline-block
- Positioning Scheme: floats and positioning
- Stacking Context:
- Other elements in the render tree
1) Box model
This is example of how to calculate the width
2) Box Type: Inline, Block-Level, and Inline-block
3) Positioning Scheme: Normal Flow, Absolute Positioning, and Floats
4) Stacking Context