Computer Science, asked by jayakrishna87331, 1 year ago

How to use min and max attributes in HTML?

Answers

Answered by aniketkabaddi01
0
Min and Max For Height or width....

it is Used in CSS or styling....

just Like
<div class="Aniket"></div>

<Style>
.Aniket{
min-height: 50px;
max-height: 150px;
}
Similar questions