- Ordered lists . here we use
- and
- .
- Unordered lists . using
- and
- Definition lists . here we are using ,
- , and
- .
The CSS box model is essentially a box that wraps around every HTML element. It consists of: margins, borders, padding, and the actual content. The image below illustrates the box model:
and there are limiting WiDth min-width (specifies the smallest size a box can be displayed at when the browser window is narrow), max-width (indicates the maximum width a box can stretch to when the browserwindow is wide) and limiting height
arrays : An array is a special type of variable. It doesn't just store one value; it stores a list of values . Arrays are especially helpful when you do not know how many items a list will contain because, when you create the array, you do not need to specify how many values it will hold .
- Definition lists . here we are using ,



