In CSS (Cascading Style Sheets), you can control the size of elements on a web page using various properties, including `width`, `height`, `max-width`, and `max-height`. Here’s an explanation of each of these properties with examples:
## width:
– The `width` property sets the width of an element. You can specify the width in various units, such as pixels, percentages, or relative units like `em` or `rem`. The element’s width will be adjusted based on the specified value. Here’s an example: