



Some page designs expand and shrink to fit the size of the user’s screen. In this case
min-width , max-width ,min-height and max-height are used


sometimes we need to identify the border width ,style and color



It is possible to hide elements visibility properties. visibility: hidden;
An array is a special type of variable. It doesn’t just store one value; it stores a list of values.
![]()

A for loop repeats until a specified condition evaluates to false
Operations planner of For Loop

For Loop Example

A while statement executes its statements as long as a specified condition evaluates to true.
Operations planner of While Loop

While Loop Example

