The css file in the head tag can set the height of the image in the body tag
熊安
熊安 2019-04-16 08:36:52
0
2
1077

Set the width and height of the css file in the head tag. Why do you set the width and height of the img in the body tag?

熊安
熊安

reply all(1)
秋香姐家的小书童

If you want the images in the entire body to have the same height, then the code should be

img{
    height:100px;
}

If it is a picture under a certain element, the code should be

元素 img{
    height:100px;
}

Learn CSS selectors carefully Course http://www.php.cn/code/26580.html

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template