CSS width & height properties

Notes:

CSS Content Area Properties

CSS width property:
It is used to specify, width of content area
Values: auto | length | %

CSS height property:
It is used to specify, height of content area
Values: auto | length | %

CSS overflow property:
It is used to specify, how the overflowed content to be displayed
Values: visible | hidden | scroll

CSS overflow-x property:
It is used to specify, whether the horizontal scroll bar to be visible or hidden
Values: visible | hidden

CSS overflow-y property:
It is used to specify, whether the vertical scroll bar to be visible or hidden
Values: visible | hidden

Interview Questions: