Saturday, September 27, 2008

Display property

Display property:

Block: wraps around in a square/rectangular block as a whole

inline: wraps around only where there is content, it breaks if there is a line break or spacing
1. removes the rectangular formatting.
2. no < class="clear"> require
3. It does the same job as div float
4. no width specification on inline
5. It has no shape and form
6. Put things side by side (text)
7. Loses formatting like margin and padding

Browsers reads content in a rectangular format by default- div, paragraph, image, etc.
Link tag is a in-line tag by default.

No comments: