Thursday, August 14, 2008

Replaced and Non-replaced Elements

A non-replaced element is one whose contents are displayed by the browser.
Example: <p>This is a paragraph.</p>
The browser will display the content of the element which is This is a paragraph. When a browser renders a replaced element it displays something other than the content of the element. The element can be empty (example: img, input,textarea, object ) or it can have content such as iframe.

No comments: