0

假设我在 body 中有一个 img 元素,如何使 body 的内容具有相同的宽度和高度?

目前它扩展到浏览器的完整视口。

在此处输入图像描述

html:

<html> 
     <head></head> 
     <body style="margin-left: 0%; margin-right: 0%; margin-top: 0%; margin-bottom: 0%"> 
         <img width="200" height="200" src="http://someimage.jpg"/> 
     </body>
</html>
4

0 回答 0