All Entries Tagged With: "CSS elements"
Classification of elements in CSS
A document is structured by it elements. The HTML elements that we commonly know are p, div, table, headings, span and many more. In CSS (2.1) each element has its own box that contains the element’s content. Hence these elements are broadly classified as: Replaced and Non-replaced elements Block-level and Inline elements This classification is [...]
Minal | Jun 29, 2009 | Comments 0



