>  기사  >  웹 프론트엔드  >  CSS 최대 높이 속성

CSS 최대 높이 속성

PHPz
PHPz앞으로
2023-08-29 17:09:021322검색

CSS 最大高度属性

max-height 속성은 상자의 최대 높이를 설정하는 데 사용됩니다. max-height 속성의 값은 숫자, 길이 또는 백분율일 수 있습니다.

<html>
   <head>
   </head>
   <body>
      <p style = "width:400px; max-height:10px; border:2px solid green; padding:10px; margin:15px;">
         This paragraph is 400px wide and max height is 10px
         This paragraph is 400px wide and max height is 10px
         This paragraph is 400px wide and max height is 10px
         This paragraph is 400px wide and max height is 10px
      </p>
      <br>
      <br>
      <br>
      <img alt = "logo" src="/css/images/logo.png" width = "210" height = "100" />
   </body>
</html>

위 내용은 CSS 최대 높이 속성의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명:
이 기사는 tutorialspoint.com에서 복제됩니다. 침해가 있는 경우 admin@php.cn으로 문의하시기 바랍니다. 삭제